summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 02:50:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 02:50:57 +0000
commit660f40022e5f9a7e2af6a3a9ee99b7a3f88bc530 (patch)
tree6fe0d7410609eafc5159e783230580a5089e9e8b /cpukit/libnetworking/Makefile.am
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-660f40022e5f9a7e2af6a3a9ee99b7a3f88bc530.tar.bz2
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/Makefile.am: Fix typo.
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