confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Confuse-devel] [PATCH] build: distribute configuration directory for se


From: Carlo Marcelo Arenas Belon
Subject: [Confuse-devel] [PATCH] build: distribute configuration directory for searchpath test case
Date: Sun, 4 Jul 2010 06:31:16 -0700

searchpath test added with d46dfe1a6eda97b4ca29575eff34f4bc1bc5fef1 but
directory with configurations missing from distribution and therefore
`make check` will fail on a release package.

Signed-off-by: Carlo Marcelo Arenas Belon <address@hidden>
---
 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 66cabef..c1b8132 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,7 @@ check_PROGRAMS=$(TESTS)
 
 LDADD=-L../src ../src/libconfuse.la $(LTLIBINTL)
 
-EXTRA_DIST=a.conf b.conf check_confuse.h
+EXTRA_DIST=a.conf b.conf spdir check_confuse.h
 CLEANFILES=*~
 
 DEFS=-DSRC_DIR='"$(srcdir)"'
-- 
1.7.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]