Changeset 6436254a in rtems
- Timestamp:
- 02/09/04 14:57:18 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c9aa5fc
- Parents:
- 97380b4
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r97380b4 r6436254a 1 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libnetworking/pppd/Makefile.am, 4 libnetworking/rtems_servers/Makefile.am, 5 libnetworking/rtems_telnetd/Makefile.am, 6 libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, 7 support/Makefile.am: Don't include lib.am. 8 1 9 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/libnetworking/pppd/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 CLEANFILES = -
c/src/libnetworking/rtems_servers/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 CLEANFILES = -
c/src/libnetworking/rtems_telnetd/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 EXTRA_LIBRARIES = -
c/src/libnetworking/rtems_webserver/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 EXTRA_LIBRARIES = -
c/src/optman/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 EXTRA_PROGRAMS = -
c/src/support/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\" -
cpukit/ftpd/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 CLEANFILES = -
cpukit/httpd/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 EXTRA_LIBRARIES = -
cpukit/pppd/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 CLEANFILES = -
cpukit/telnetd/Makefile.am
r97380b4 r6436254a 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am7 6 8 7 EXTRA_LIBRARIES =
Note: See TracChangeset
for help on using the changeset viewer.