src/owniptc: Moved the “src/libiptc” directory to “src/owniptc” to avoid build issues.
[collectd.git] / src / libiptc / Makefile.am
diff --git a/src/libiptc/Makefile.am b/src/libiptc/Makefile.am
deleted file mode 100644 (file)
index a8ed93c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-AUTOMAKE_OPTIONS = foreign no-dependencies
-
-EXTRA_DIST = libiptc.c README.collectd
-
-if COMPILER_IS_GCC
-AM_CFLAGS = -Wall -Werror
-endif
-
-noinst_LTLIBRARIES = libiptc.la
-
-libiptc_la_CFLAGS = -I$(KERNEL_DIR)/include
-libiptc_la_SOURCES = libip4tc.c libip6tc.c \
-               ipt_kernel_headers.h libip6tc.h libiptc.h linux_list.h \
-               xtables.h libxtc.h
-