summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-09 12:19:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-09 12:19:06 +0000
commit58ce601f62ab83b2498188d0fd591307d770e762 (patch)
tree3809725055ae6f04589bfe7c3f4fff6a5126bd62 /c/src/libnetworking/wrapup/Makefile.am
parent2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-58ce601f62ab83b2498188d0fd591307d770e762.tar.bz2
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * pppd/Makefile.am: Cosmetics. * wrapup/Makefile.am: Cosmetics.
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