forked from Imagelibrary/rtems
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove libnetworking/wrapup/Makefile. * wrapup/Makefile.am: Reflect change to libnetworking/*. Use libnetworking/*/lib*.a instead of libnetapps.a
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove libnetworking/wrapup/Makefile.
|
||||
* wrapup/Makefile.am: Reflect change to libnetworking/*.
|
||||
Use libnetworking/*/lib*.a instead of libnetapps.a
|
||||
|
||||
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -226,7 +226,6 @@ libnetworking/pppd/Makefile
|
||||
libnetworking/rtems_servers/Makefile
|
||||
libnetworking/rtems_telnetd/Makefile
|
||||
libnetworking/rtems_webserver/Makefile
|
||||
libnetworking/wrapup/Makefile
|
||||
|
||||
librdbg/Makefile
|
||||
librdbg/include/Makefile
|
||||
|
||||
@@ -17,7 +17,12 @@ SRCS += \
|
||||
endif
|
||||
|
||||
if HAS_NETWORKING
|
||||
SRCS += ../libnetworking/wrapup/$(ARCH)/libnetapps.a
|
||||
if HAS_POSIX
|
||||
SRCS += ../libnetworking/rtems_webserver/libhttpd$(LIB_VARIANT).a
|
||||
endif
|
||||
SRCS += ../libnetworking/pppd/libpppd$(LIB_VARIANT).a
|
||||
SRCS += ../libnetworking/rtems_servers/libftpd$(LIB_VARIANT).a
|
||||
SRCS += ../libnetworking/rtems_telnetd/libtelnetd$(LIB_VARIANT).a
|
||||
endif
|
||||
|
||||
if HAS_RDBG
|
||||
|
||||
Reference in New Issue
Block a user