summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-30 12:25:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-30 12:25:30 +0000
commit113d7b8575925ffc32b0eff08ae84b706cac1854 (patch)
treec7f3ca889a901f57e4c962e97a461c449947a549 /c/src/libnetworking/Makefile.am
parent2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-113d7b8575925ffc32b0eff08ae84b706cac1854.tar.bz2
2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove headers. Remove CHANGELOG. * configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
Diffstat (limited to 'c/src/libnetworking/Makefile.am')
-rw-r--r--c/src/libnetworking/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/libnetworking/Makefile.am b/c/src/libnetworking/Makefile.am
index 45eb95e711..b52e9870a5 100644
--- a/c/src/libnetworking/Makefile.am
+++ b/c/src/libnetworking/Makefile.am
@@ -6,21 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
SUBDIRS = rtems_servers pppd rtems_telnetd rtems_webserver wrapup
-include_HEADERS = \
- bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
- opt_tcpdebug.h poll.h resolv.h syslog.h memory.h
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE) \
- $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
-
-$(PROJECT_INCLUDE):
- @$(mkinstalldirs) $@
-$(PROJECT_INCLUDE)/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-all-local: $(PREINSTALL_FILES)
-
-EXTRA_DIST = CHANGELOG
-
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am