diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-27 21:17:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-27 21:17:31 +0000 |
commit | 3a6b263a9d92f0e69c0cc9900006d36656e3a2ba (patch) | |
tree | 8aa4ff43cdd91ad928acb3af652d2cf7bd287dd0 | |
parent | a463697da33a8f6b401520ed500681682ed14a39 (diff) | |
download | idutils-3a6b263a9d92f0e69c0cc9900006d36656e3a2ba.tar.gz idutils-3a6b263a9d92f0e69c0cc9900006d36656e3a2ba.tar.bz2 idutils-3a6b263a9d92f0e69c0cc9900006d36656e3a2ba.zip |
(AUTOMAKE_OPTIONS): Likewise.
(ansi2knr.c): Remove rule.
-rw-r--r-- | libidu/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libidu/Makefile.am b/libidu/Makefile.am index 4e94492..494d8f4 100644 --- a/libidu/Makefile.am +++ b/libidu/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -AUTOMAKE_OPTIONS = ansi2knr +AUTOMAKE_OPTIONS = ../src/ansi2knr noinst_LIBRARIES = libidu.a @@ -15,8 +15,5 @@ noinst_HEADERS = dynvec.h hash.h idfile.h scanners.h tokflags.h xnls.h INCLUDES = -I. -I$(srcdir) \ -I../lib -I$(top_srcdir)/lib \ -I../intl -I$(top_srcdir)/intl \ - -I.. -I$(top_srcdir) + -I.. -I$(top_srcdir) DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ - -ansi2knr.c: $(top_srcdir)/src/ansi2knr.c - ln $(top_srcdir)/src/ansi2knr.c . |