diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 851745a..bd5b550 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -16,8 +16,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | |||
16 | 16 | ||
17 | check_tcp_programs = check_ftp check_imap check_nntp check_pop | 17 | check_tcp_programs = check_ftp check_imap check_nntp check_pop |
18 | 18 | ||
19 | EXTRA_DIST = t utils.c netutils.c popen.c \ | 19 | EXTRA_DIST = t utils.c netutils.c popen.c |
20 | snprintf.c | ||
21 | 20 | ||
22 | PLUGINHDRS = common.h config.h | 21 | PLUGINHDRS = common.h config.h |
23 | 22 | ||
@@ -118,12 +117,6 @@ utils.o: utils.c utils.h $(PLUGINHDRS) | |||
118 | 117 | ||
119 | netutils.o: netutils.c netutils.h $(PLUGINHDRS) | 118 | netutils.o: netutils.c netutils.h $(PLUGINHDRS) |
120 | 119 | ||
121 | snprintf.o: snprintf.c | ||
122 | $(COMPILE) @NEED_VA_LIST@ -c $(srcdir)/snprintf.c -o $@ | ||
123 | |||
124 | libsnprintf.a: snprintf.o | ||
125 | $(AR) -r $@ snprintf.o | ||
126 | |||
127 | all-local: $(check_tcp_programs) | 120 | all-local: $(check_tcp_programs) |
128 | 121 | ||
129 | $(check_tcp_programs): check_tcp | 122 | $(check_tcp_programs): check_tcp |