diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-10-04 18:40:53 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-10-04 18:40:53 +0000 |
commit | cc63e08130fac85712365e1d9fc6be82a6f288dc (patch) | |
tree | fe6ab899f3e2ac388574d2719a0863500549b218 /c/src/lib/Makefile.am | |
parent | Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff) | |
download | rtems-cc63e08130fac85712365e1d9fc6be82a6f288dc.tar.bz2 |
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make libnetworking
a top level more independently configured package.
Diffstat (limited to '')
-rw-r--r-- | c/src/lib/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am index 53b341ada8..0c8524d9c4 100644 --- a/c/src/lib/Makefile.am +++ b/c/src/lib/Makefile.am @@ -5,22 +5,15 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal -if HAS_NETWORKING -## We only build the networking library -## if HAS_NETWORKING was defined -LIBNETWORKING = libnetworking - if HAS_RDBG LIBRDBG = librdbg endif -endif - if HAS_LIBCHIP LIBCHIP = libchip endif -SUBDIRS = start include libmisc libc $(LIBNETWORKING) libcpu libbsp \ +SUBDIRS = start include libmisc libc libcpu libbsp \ $(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup include $(top_srcdir)/../../../automake/subdirs.am |