From 01c3d22d4a925a84abfe5a1ee1ba9110fd684199 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 17 Jun 2010 17:07:38 +0200 Subject: IPFIX: remove plugin until it is usable This patch removes the IPFIX from the Makefile. Thus, we keep it in the tree in the hope that we'll have time to finish it in the future but don't compile it. This confuses users since they think that it works. Signed-off-by: Pablo Neira Ayuso --- output/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'output') diff --git a/output/Makefile.am b/output/Makefile.am index 8aa8e08..c60c5e6 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -4,7 +4,7 @@ LIBS="" SUBDIRS= pcap mysql pgsql sqlite3 dbi pkglib_LTLIBRARIES = ulogd_output_LOGEMU.la ulogd_output_SYSLOG.la \ - ulogd_output_OPRINT.la ulogd_output_IPFIX.la \ + ulogd_output_OPRINT.la \ ulogd_output_NACCT.la ulogd_output_XML.la ulogd_output_LOGEMU_la_SOURCES = ulogd_output_LOGEMU.c @@ -16,9 +16,6 @@ ulogd_output_SYSLOG_la_LDFLAGS = -avoid-version -module ulogd_output_OPRINT_la_SOURCES = ulogd_output_OPRINT.c ulogd_output_OPRINT_la_LDFLAGS = -avoid-version -module -ulogd_output_IPFIX_la_SOURCES = ulogd_output_IPFIX.c -ulogd_output_IPFIX_la_LDFLAGS = -avoid-version -module - ulogd_output_NACCT_la_SOURCES = ulogd_output_NACCT.c ulogd_output_NACCT_la_LDFLAGS = -avoid-version -module -- cgit v1.2.3