summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/Makefile.am')
-rw-r--r--cpukit/libnetworking/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index bb6bfd7b22..fd50bb3a10 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -41,7 +41,7 @@ TMP_LIBS = libnetworking$(LIB_VARIANT).a
include_HEADERS = bpfilter.h loop.h netdb.h
include_HEADERS += resolv.h syslog.h memory.h
-libnetworking_a_SOURCES += opt_ipfw.h opt_mrouting.h opt_tcpdebug.h
+libnetworking_a_SOURCES = opt_ipfw.h opt_mrouting.h opt_tcpdebug.h
# arpa
@@ -52,7 +52,7 @@ include_arpa_HEADERS = arpa/ftp.h arpa/inet.h arpa/nameser.h \
## kern
-libnetworking_a_SOURCES = kern/kern_mib.c kern/kern_subr.c \
+libnetworking_a_SOURCES += kern/kern_mib.c kern/kern_subr.c \
kern/kern_sysctl.c kern/uipc_domain.c kern/uipc_mbuf.c \
kern/uipc_socket.c kern/uipc_socket2.c