- Updated CVS_CREATED to remove intl/ directory and some other
autogenerated files. - Checked if all INCLUDES/LIBS/etc directives inherit the global variables.
This commit is contained in:
parent
88dfdc9dba
commit
603781831f
4 changed files with 7 additions and 9 deletions
|
@ -10,7 +10,8 @@ EXTRA_DIST = system.h ABOUT-NLS COPYING.README autogen.sh
|
||||||
|
|
||||||
CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
|
CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
|
||||||
config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
|
config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
|
||||||
stamp-h.in m4/Makefile.am ChangeLog
|
stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \
|
||||||
|
po/tinc.pot src/.libs intl
|
||||||
|
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
rm -f ChangeLog
|
rm -f ChangeLog
|
||||||
|
@ -18,7 +19,7 @@ ChangeLog:
|
||||||
|
|
||||||
cvs-clean: maintainer-clean
|
cvs-clean: maintainer-clean
|
||||||
for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
|
for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
|
||||||
rm -f "$$f"; \
|
rm -Rf "$$f"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
|
|
|
@ -70,9 +70,6 @@ if test "$DIE" -eq 1; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure configure doesn't complain about old configuration
|
|
||||||
rm -f config.status
|
|
||||||
|
|
||||||
if test -z "$*"; then
|
if test -z "$*"; then
|
||||||
echo "**Warning**: I am going to run \`configure' with no arguments."
|
echo "**Warning**: I am going to run \`configure' with no arguments."
|
||||||
echo "If you wish to pass any to it, please specify them on the"
|
echo "If you wish to pass any to it, please specify them on the"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
# $Id: Makefile.am,v 1.2.4.6 2001/01/05 23:50:55 guus Exp $
|
# $Id: Makefile.am,v 1.2.4.7 2001/02/11 11:50:09 guus Exp $
|
||||||
|
|
||||||
noinst_LIBRARIES = libvpn.a
|
noinst_LIBRARIES = libvpn.a
|
||||||
|
|
||||||
INCLUDES = -I. -I$(top_builddir) -I$(top_srcdir)/intl
|
INCLUDES = @INCLUDES@ -I. -I$(top_builddir) -I$(top_srcdir)/intl
|
||||||
|
|
||||||
libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c list.c avl_tree.c dropin.c
|
libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c list.c avl_tree.c dropin.c
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
## Produce this file with automake to get Makefile.in
|
## Produce this file with automake to get Makefile.in
|
||||||
# $Id: Makefile.am,v 1.4.4.11 2000/12/22 17:15:26 zarq Exp $
|
# $Id: Makefile.am,v 1.4.4.12 2001/02/11 11:50:09 guus Exp $
|
||||||
|
|
||||||
sbin_PROGRAMS = tincd
|
sbin_PROGRAMS = tincd
|
||||||
|
|
||||||
tincd_SOURCES = conf.c connection.c meta.c net.c netutl.c process.c \
|
tincd_SOURCES = conf.c connection.c meta.c net.c netutl.c process.c \
|
||||||
protocol.c subnet.c tincd.c
|
protocol.c subnet.c tincd.c
|
||||||
|
|
||||||
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/intl
|
INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/intl
|
||||||
|
|
||||||
noinst_HEADERS = conf.h connection.h meta.h net.h netutl.h process.h \
|
noinst_HEADERS = conf.h connection.h meta.h net.h netutl.h process.h \
|
||||||
protocol.h subnet.h
|
protocol.h subnet.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue