debian: Replace Debian build system with CDBS.
[mLib] / Makefile.am
index 36431e3..131a94c 100644 (file)
@@ -222,6 +222,7 @@ TEST_DIST = \
        sym-gtest sym-ref \
        bits.in bits-testgen.c \
        unihash-check.pl unihash.in \
+       versioncmp.in \
        base64.in base64.ref base32.in base32.ref hex.in hex.ref
 
 ## --- Background resolver ---
@@ -245,7 +246,7 @@ uninstall-man:
 CLEANFILES = $(TEST_CLEAN) crc32-tab.c unihash-global.c
 DISTCLEANFILES = libtool
 EXTRA_DIST = \
-       $(TEST_DIST) maninst \
+       $(TEST_DIST) config/maninst \
        debian/rules debian/copyright debian/control debian/changelog
 
 ##----- That's all, folks ---------------------------------------------------