Changeset cc63e08 in rtems for c/src/lib/Makefile.am


Ignore:
Timestamp:
10/04/99 18:40:53 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0efa9f0
Parents:
5a83ba2
Message:

Patch from Ralf Corsepius <corsepiu@…> to make libnetworking
a top level more independently configured package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/Makefile.am

    r5a83ba2 rcc63e08  
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 if HAS_NETWORKING
    9 ## We only build the networking library
    10 ## if HAS_NETWORKING was defined
    11 LIBNETWORKING = libnetworking
    12 
    138if HAS_RDBG
    149LIBRDBG = librdbg
    15 endif
    16 
    1710endif
    1811
     
    2114endif
    2215
    23 SUBDIRS = start include libmisc libc $(LIBNETWORKING) libcpu libbsp \
     16SUBDIRS = start include libmisc libc libcpu libbsp \
    2417    $(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
    2518
Note: See TracChangeset for help on using the changeset viewer.