summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am
index d425887bf9..2b63b31760 100644
--- a/c/src/libnetworking/wrapup/Makefile.am
+++ b/c/src/libnetworking/wrapup/Makefile.am
@@ -13,10 +13,6 @@ LIB = $(ARCH)/libnetapps.a
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
if HAS_NETWORKING
$(LIB): $(OBJS)
$(make-library)
@@ -24,6 +20,4 @@ $(LIB): $(OBJS)
all-local: $(OBJS) $(LIB)
endif
-PREINSTALL_FILES =
-
include $(top_srcdir)/automake/local.am