diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 13:02:41 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 13:02:41 +0200 |
| commit | 528d2015d0e5c7fcdd7e11029758bafa63086ed2 (patch) | |
| tree | 4ee0f8dff73fda121117f12e5aaccb2b514ae3d1 /plugins-root/Makefile.am | |
| parent | 52338c3423d4b10d2bbeec7a120c7dd2a98fa092 (diff) | |
| download | monitoring-plugins-528d2015d0e5c7fcdd7e11029758bafa63086ed2.tar.gz | |
Add check_dhcp related files to Makefile
Diffstat (limited to 'plugins-root/Makefile.am')
| -rw-r--r-- | plugins-root/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index fffc0575..b6342909 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am | |||
| @@ -25,7 +25,8 @@ noinst_PROGRAMS = check_dhcp check_icmp @EXTRAS_ROOT@ | |||
| 25 | EXTRA_PROGRAMS = pst3 | 25 | EXTRA_PROGRAMS = pst3 |
| 26 | 26 | ||
| 27 | EXTRA_DIST = t pst3.c \ | 27 | EXTRA_DIST = t pst3.c \ |
| 28 | check_icmp.d | 28 | check_icmp.d \ |
| 29 | check_dhcp.d | ||
| 29 | 30 | ||
| 30 | BASEOBJS = ../plugins/utils.o ../lib/libmonitoringplug.a ../gl/libgnu.a | 31 | BASEOBJS = ../plugins/utils.o ../lib/libmonitoringplug.a ../gl/libgnu.a |
| 31 | NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) | 32 | NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) |
