diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-18 14:42:27 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-05-19 11:09:45 -0400 |
commit | 7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce (patch) | |
tree | d24f76a3447790ae2ec770f98f1864a24de6c840 /common/dhash | |
parent | 7aeb9f1229d9db51dc7841e828aa89a55c2062ad (diff) | |
download | sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.gz sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.bz2 sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.zip |
Enable parallel builds for the common libraries
Diffstat (limited to 'common/dhash')
-rw-r--r-- | common/dhash/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhash/Makefile.am b/common/dhash/Makefile.am index 0582f849..67e69b66 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 |