summaryrefslogtreecommitdiffstats
path: root/common/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
commit7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce (patch)
treed24f76a3447790ae2ec770f98f1864a24de6c840 /common/dhash
parent7aeb9f1229d9db51dc7841e828aa89a55c2062ad (diff)
downloadsssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.gz
sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.xz
sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.zip
Enable parallel builds for the common libraries
Diffstat (limited to 'common/dhash')
-rw-r--r--common/dhash/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhash/Makefile.am b/common/dhash/Makefile.am
index 0582f849c..67e69b669 100644
--- a/common/dhash/Makefile.am
+++ b/common/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