2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>

* libnetworking/Makefile.am: Fix typo.
This commit is contained in:
Ralf Corsepius
2004-04-02 02:50:57 +00:00
parent 2c9df304f5
commit 660f40022e
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/Makefile.am: Fix typo.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/poll.h: Replace with sys/poll.h wrapper.

View File

@@ -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