Code

Need to add in the libgnu.la for Solaris and other platforms
[nagiosplug.git] / Makefile.am
index c495a700f14b25fd6b787e81cd6c45fad287fc31..0452133ffc3e67625f889d0829e74a3e153336e4 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@
+SUBDIRS = gl @INCLUDE_TAP_DIR@ lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@
 
 # Have to list TAP_DIR manually to get in distribution
 EXTRA_DIST = config.rpath \
@@ -19,7 +19,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\"
 
 dist-hook:
        make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec
-       rm -rf `find $(distdir) -name CVS`
+       rm -rf `find $(distdir) -name .svn`
 
 install-root:
        cd plugins-root && $(MAKE) $@