Code

Add -D_FORTIFY_SOURCE
[nagiosplug.git] / Makefile.am
index 98b0dcc456d6b018756da5182c70c2bc3d8f8d8c..c495a700f14b25fd6b787e81cd6c45fad287fc31 100644 (file)
@@ -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
 
@@ -25,7 +27,7 @@ install-root:
 tap:
        cd @TAP_DIR@ && $(MAKE)
 
-test test-debug: tap
+test test-debug:
        cd lib && $(MAKE) $@
        if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi
        cd plugins && $(MAKE) $@