[nagiosplug] Add test file directory

Ton Voon tonvoon at users.sourceforge.net
Fri Jun 25 10:06:15 CEST 2010


 Module: nagiosplug
 Branch: master
 Commit: f324f5b94f39bac0bd959a2a3c7067df1c1169ac
 Author: tonvoon <ton.voon at opsview.com>
   Date: Fri Jun 25 07:52:59 2010 +0000
    URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=f324f5b

Add test file directory

---

 lib/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index 06a4b42..1af5891 100644
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
@@ -13,7 +13,7 @@ EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd test_base64 test_ini1 te
 
 np_test_scripts = test_base64.t test_cmd.t test_disk.t test_ini1.t test_ini3.t test_opts1.t test_opts2.t test_opts3.t test_tcp.t test_utils.t
 np_test_files = config-dos.ini config-opts.ini config-tiny.ini plugin.ini plugins.ini
-EXTRA_DIST = $(np_test_scripts) $(np_test_files)
+EXTRA_DIST = $(np_test_scripts) $(np_test_files) var
 
 LIBS = @LTLIBINTL@
 





More information about the Commits mailing list