]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - Makefile.am
Remove test.db when running "make clean"
[people/ms/libloc.git] / Makefile.am
index 5377410f2caa535a6b9e00ec55eee5ab3e9d9074..2372937f0a32673ac3f9b9daa145bd94077adcfa 100644 (file)
@@ -34,6 +34,10 @@ pkgconfigdir = $(libdir)/pkgconfig
 %.pc: %.pc.in Makefile
        $(SED_PROCESS)
 
+EXTRA_DIST += \
+       examples/python/create-database.py \
+       examples/python/read-database.py
+
 pkginclude_HEADERS = \
        src/loc/libloc.h \
        src/loc/as.h \
@@ -119,6 +123,9 @@ TESTS = \
        src/test-as \
        src/test-network
 
+CLEANFILES += \
+       test.db
+
 check_PROGRAMS = \
        src/test-libloc \
        src/test-stringpool \