diff options
Diffstat (limited to 'common/dhash/Makefile.am')
-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 |