]> granicus.if.org Git - pgbouncer/commitdiff
Non-git-based dist files for libusual.
authorMarko Kreen <markokr@gmail.com>
Fri, 10 Feb 2012 11:14:40 +0000 (13:14 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 10 Feb 2012 11:14:40 +0000 (13:14 +0200)
Need to move the spec into libusual proper.

Makefile

index a2ff1cc951c750fae7e6fe9b5f66790d66b910dd..e2ac15a0cb264af960fcc065a483346dd46caffd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,8 +61,16 @@ EXTRA_DIST = AUTHORS COPYRIGHT Makefile \
             test/ctest7000.ini test/run-conntest.sh test/stress.py test/test.ini \
             test/test.sh test/userlist.txt etc/example.debian.init.sh \
             win32/Makefile \
-            $(shell cd lib; git ls-files | sed 's,^,lib/,') \
-            lib/usual/config.h.in
+            $(LIBUSUAL_DIST)
+
+# libusual files (fixme: list should be provided by libusual...)
+LIBUSUAL_DIST = $(filter-out %/config.h, $(wildcard \
+               lib/usual/*.[chg] lib/m4/*.m4 \
+               lib/usual/config.h.in \
+               lib/mk/antimake.mk lib/mk/antimake.txt \
+               lib/mk/install-sh lib/mk/std-autogen.sh \
+               lib/README lib/COPYRIGHT \
+               lib/find_modules.mk ))
 
 ifeq ($(enable_debug),yes)
 CPPFLAGS += -DDBGVER="\"compiled by <$${USER}@`hostname`> at `date '+%Y-%m-%d %H:%M:%S'`\""