2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Remove headers. Remove CHANGELOG.
	* configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
This commit is contained in:
Joel Sherrill
2002-05-30 12:25:30 +00:00
parent 3e39b47d70
commit 113d7b8575
3 changed files with 6 additions and 17 deletions

View File

@@ -1,3 +1,8 @@
2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove headers. Remove CHANGELOG.
* configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Move networking libraries to c/src/exec/libnetworking

View File

@@ -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

View File

@@ -4,7 +4,7 @@
AC_PREREQ(2.52)
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([arpa])
AC_CONFIG_SRCDIR([pppd])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)