diff options
author | Sven Nierlein <Sven.Nierlein@consol.de> | 2013-09-15 21:33:29 +0200 |
---|---|---|
committer | Sven Nierlein <sven@consol.de> | 2013-09-15 21:33:29 +0200 |
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 b5f55197..9623b1fa 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am @@ -24,7 +24,7 @@ noinst_PROGRAMS = check_dhcp check_icmp @EXTRAS_ROOT@ EXTRA_PROGRAMS = pst3 -EXTRA_DIST = pst3.c +EXTRA_DIST = t pst3.c BASEOBJS = ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) |