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/dhash/Makefile.am | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 common/dhash/Makefile.am (limited to 'common/dhash/Makefile.am') diff --git a/common/dhash/Makefile.am b/common/dhash/Makefile.am deleted file mode 100644 index d5a561871..000000000 --- a/common/dhash/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -AM_CFLAGS = -if HAVE_GCC - AM_CFLAGS += \ - -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ - -Wcast-align -Wwrite-strings -endif - -ACLOCAL_AMFLAGS = -I m4 - -pkgconfigdir = $(libdir)/pkgconfig -dist_pkgconfig_DATA = dhash.pc - -dist_noinst_DATA = m4 - -dist_include_HEADERS = dhash.h - -lib_LTLIBRARIES = libdhash.la -libdhash_la_SOURCES = dhash.c -libdhash_la_LDFLAGS = \ - -version-info 1:0:0 - -check_PROGRAMS = dhash_test dhash_example -TESTS = $(check_PROGRAMS) - -dhash_test_SOURCES = examples/dhash_test.c -dhash_test_LDADD = dhash.o - -dhash_example_SOURCES = examples/dhash_example.c -dhash_example_LDADD = dhash.o - -examplesdir = $(docdir)/examples -dist_examples_DATA = examples/dhash_test.c examples/dhash_example.c -dist_doc_DATA = README - -tests: all $(check_PROGRAMS) -- cgit