summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: db305b8)
raw | patch | inline | side by side (parent: db305b8)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Thu, 27 Nov 2008 02:29:40 +0000 (21:29 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Thu, 27 Nov 2008 02:29:40 +0000 (21:29 -0500) |
plugins-root/Makefile.am | patch | blob | history | |
plugins-scripts/Makefile.am | patch | blob | history | |
plugins/Makefile.am | patch | blob | history |
index 3fb62a24d507efe4f84f6d1185d544496b90be6c..dcab4cc77f3e84a40ebcb03735f2b1ea9ca63948 100644 (file)
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS)
check_icmp_DEPENDENCIES = check_icmp.c $(NETOBJS)
-all-local: .FORCE-NP-VERSION-FILE
-
clean-local:
rm -f NP-VERSION-FILE
index 5c073ca402687f5ea52c919fab1a01d103d62ba9..d1ea3c4111a888c1af0fd38ca7c254c54f64dc8c 100644 (file)
TESTS = @SCRIPT_TEST@
-all-local: NP-VERSION-FILE
-
test:
perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 0f6fbb60a6401f5552e68478c77706d0a59bb628..d24588dcf7e34f13583c08fa7e474474358e0f0d 100644 (file)
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
gethostbyname.o: gethostbyname.h $(PLUGINHDRS)
-all-local: $(check_tcp_programs) NP-VERSION-FILE
+all-local: $(check_tcp_programs)
$(check_tcp_programs): check_tcp
rm -f $@