[Nagiosplug-checkins] SF.net SVN: nagiosplug: [2014] nagiosplug/trunk/Makefile.am
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Mon Jun 30 11:01:48 CEST 2008
Revision: 2014
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2014&view=rev
Author: tonvoon
Date: 2008-06-30 02:01:47 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
Have to list tap_dir manually to get into make dist
Modified Paths:
--------------
nagiosplug/trunk/Makefile.am
Modified: nagiosplug/trunk/Makefile.am
===================================================================
--- nagiosplug/trunk/Makefile.am 2008-06-26 22:00:08 UTC (rev 2013)
+++ nagiosplug/trunk/Makefile.am 2008-06-30 09:01:47 UTC (rev 2014)
@@ -2,13 +2,15 @@
SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@
+# Have to list TAP_DIR manually to get in distribution
EXTRA_DIST = config.rpath \
ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING FAQ LEGAL NEWS \
REQUIREMENTS SUPPORT THANKS \
NPTest.pm contrib pkg nagios-plugins.spec \
config_test/Makefile config_test/run_tests config_test/child_test.c \
perlmods tools/build_perl_modules \
- tools/tinderbox_build @TAP_DIR@
+ tools/tinderbox_build \
+ external/tap-1.01
ACLOCAL_AMFLAGS = -I gl/m4 -I m4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list