From 27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 May 2009 14:42:27 -0400 Subject: Enable parallel builds for the common libraries --- dhash/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhash') 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 -- cgit