forked from Imagelibrary/rtems
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:
@@ -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>
|
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
Move networking libraries to c/src/exec/libnetworking
|
Move networking libraries to c/src/exec/libnetworking
|
||||||
|
|||||||
@@ -6,21 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
|||||||
|
|
||||||
SUBDIRS = rtems_servers pppd rtems_telnetd rtems_webserver wrapup
|
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/subdirs.am
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-c-src-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([arpa])
|
AC_CONFIG_SRCDIR([pppd])
|
||||||
RTEMS_TOP(../../..)
|
RTEMS_TOP(../../..)
|
||||||
AC_CONFIG_AUX_DIR(../../..)
|
AC_CONFIG_AUX_DIR(../../..)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user