From ad42d90b7e23978b62e36d6885d5fea0a105d6d0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 13 Aug 2010 14:51:16 -0400 Subject: Remove common directory All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git --- common/Makefile.am | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 common/Makefile.am (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am deleted file mode 100644 index 187ad5edd..000000000 --- a/common/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = trace dhash path_utils refarray collection ini -DOCDIRS = path_utils refarray collection ini - -dist_noinst_DATA = \ - m4 - -if SINGLELIB -# Build all components as a single shared library -lib_LTLIBRARIES = libsssd_util.la -libsssd_util_la_SOURCES = -libsssd_util_la_LIBADD = \ - collection/libcollection.la \ - ini/libini_config.la \ - dhash/libdhash.la \ - refarray/libref_array.la -libsssd_util_la_CFLAGS = $(AM_CFLAGS) \ - -I ./collection \ - -I ./ini \ - -I ./dhash \ - -I ./refarray \ - -I ./trace -endif - -tests: all - for subdir in $(SUBDIRS); do \ - $(MAKE) -C $$subdir $@; \ - done - -docs: - for subdir in $(DOCDIRS); do \ - $(MAKE) -C $$subdir $@; \ - done -- cgit