summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/wrapup')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am
index 83aa6d5080..e0cb8c4093 100644
--- a/c/src/libnetworking/wrapup/Makefile.am
+++ b/c/src/libnetworking/wrapup/Makefile.am
@@ -2,13 +2,11 @@
## $Id$
##
-
if HAS_POSIX
POSIX_PIECES = rtems_webserver
endif
-NET_O_PIECES = rtems_servers \
- rtems_telnetd pppd $(POSIX_PIECES)
+NET_O_PIECES = rtems_servers rtems_telnetd pppd $(POSIX_PIECES)
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
LIB = $(ARCH)/libnetapps.a
@@ -26,4 +24,6 @@ $(LIB): $(OBJS)
all-local: $(ARCH) $(OBJS) $(LIB)
endif
+PREINSTALL_FILES =
+
include $(top_srcdir)/automake/local.am