diff options
-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 . |