diff options
author | Sven Nierlein <Sven.Nierlein@consol.de> | 2013-09-15 19:33:29 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@consol.de> | 2013-09-15 19:33:29 (GMT) |
commit | a7f5e8a765ea7a1717733c87caf98d52b0a1c7ab (patch) | |
tree | 033429595111bac6ba54ff620f8ef00ed7740ab1 /plugins-root | |
parent | cb8390aec94e7e44180780b6e315d5363082dfef (diff) | |
download | monitoring-plugins-a7f5e8a765ea7a1717733c87caf98d52b0a1c7ab.tar.gz |
plugins-root: include t folder in release tarball
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index b5f5519..9623b1f 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am | |||
@@ -24,7 +24,7 @@ noinst_PROGRAMS = check_dhcp check_icmp @EXTRAS_ROOT@ | |||
24 | 24 | ||
25 | EXTRA_PROGRAMS = pst3 | 25 | EXTRA_PROGRAMS = pst3 |
26 | 26 | ||
27 | EXTRA_DIST = pst3.c | 27 | EXTRA_DIST = t pst3.c |
28 | 28 | ||
29 | BASEOBJS = ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a | 29 | BASEOBJS = ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a |
30 | NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) | 30 | NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) |