summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-29 16:51:23 +0000
committerJean Delvare <khali@linux-fr.org>2005-07-29 16:51:23 +0000
commitaa61210d134aef4d849d109f0b34b236686f9cb0 (patch)
treef2586e229beda0f90eaa0f95684aeaaed705643a /Makefile.in
parent01f1ebe272d16a636be05e1c0a25b33aeaf7c169 (diff)
downloadquilt-aa61210d134aef4d849d109f0b34b236686f9cb0.tar.gz
- Makefile.in: add test/Makefile and test/test.quiltrc to SRC, so that
they get included into the tarball by make dist.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d7667f1..92b8f67 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,7 +95,8 @@ PO := Makefile quilt.pot $(LINGUAS:%=%.po)
SRC += $(PO:%=po/%)
DIRT += po/*.mo
-SRC += $(wildcard test/*.test) test/run
+SRC += $(wildcard test/*.test) test/run test/Makefile \
+ test/test.quiltrc
SRC += changes2changelog
#-----------------------------------------------------------------------