summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-23 18:37:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-23 18:37:27 +0000
commit7b1ba27c958ba4593d7a1e741ee4cb30ff95826c (patch)
treec38a90d2a9e2d0806fbac56466e973c90ec6191d /src/Makefile.am
parent2f1ed196eb20b9b52c021cc56c34c3b55d8646ca (diff)
downloadcoreutils-7b1ba27c958ba4593d7a1e741ee4cb30ff95826c.tar.xz
* .cvsignore: Remove config.h, config.hin, as they are now
in lib. * configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin to lib. * lib/.cvsignore: Add config.h, config.hin. * lib/Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'. * src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c65d2be2a..8442b8e63 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,7 @@ EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \
groups.sh wheel-gen.pl extract-magic c99-to-c89.diff
CLEANFILES = $(SCRIPTS) su
-AM_CPPFLAGS = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../lib
+AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir)/lib -I../lib
# Sometimes, the expansion of $(LIBINTL) includes -lc which may
# include modules defining variables like `optind', so libcoreutils.a