Changeset 4bf1801 in rtems for c/src/libnetworking/Makefile.am
- Timestamp:
- Feb 3, 2000, 1:21:38 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b452a40
- Parents:
- 1382cea3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libnetworking/Makefile.am
r1382cea3 r4bf1801 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 if HAS_POSIX 9 POSIX_SUBDIRS = rtems_webserver 10 endif 8 SUBDIRS = include arpa kern machine sys vm lib libc net netinet nfs rtems \ 9 rtems_servers pppd rtems_webserver wrapup 11 10 12 SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \ 13 pppd $(POSIX_SUBDIRS) wrapup 14 15 EXTRA_DIST = \ 16 CHANGELOG \ 17 README \ 18 bpfilter.h \ 19 loop.h \ 20 netdb.h \ 21 opt_ipfw.h \ 22 opt_mrouting.h \ 23 opt_tcpdebug.h \ 24 poll.h \ 25 resolv.h \ 26 syslog.h 11 EXTRA_DIST = CHANGELOG bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \ 12 opt_tcpdebug.h poll.h resolv.h syslog.h 27 13 28 14 include $(top_srcdir)/../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.