summaryrefslogtreecommitdiffstats
path: root/dhash
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-05-18 14:42:27 -0400
committerSimo Sorce <ssorce@redhat.com>2009-05-19 11:09:45 -0400
commit27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf (patch)
tree59c28d88ee5f7f4dd384fee9c76c86e1e4e526b4 /dhash
parent6f01c4b104378bbd2a6f36e7dfa3c4a182c37de5 (diff)
downloadding-libs-27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf.tar.gz
ding-libs-27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf.tar.xz
ding-libs-27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf.zip
Enable parallel builds for the common libraries
Diffstat (limited to 'dhash')
-rw-r--r--dhash/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhash/Makefile.am b/dhash/Makefile.am
index 0582f84..67e69b6 100644
--- a/dhash/Makefile.am
+++ b/dhash/Makefile.am
@@ -6,7 +6,7 @@ pkgconfig_DATA = dhash.pc
lib_LTLIBRARIES = libdhash.la
libdhash_la_SOURCES = dhash.c
-pkginclude_HEADERS = dhash.h
+include_HEADERS = dhash.h
check_PROGRAMS = dhash_test dhash_example
dhash_test_LDADD = dhash.o