diff options
Diffstat (limited to 'common/dhash')
-rw-r--r-- | common/dhash/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/dhash/Makefile.am b/common/dhash/Makefile.am index 71bc144f..ced32695 100644 --- a/common/dhash/Makefile.am +++ b/common/dhash/Makefile.am @@ -8,7 +8,9 @@ endif ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig -dist_noinst_DATA = dhash.pc +dist_noinst_DATA = \ + dhash.pc \ + m4 noinst_LTLIBRARIES = libdhash.la libdhash_la_SOURCES = \ |