diff options
Diffstat (limited to 'autogen')
-rw-r--r-- | autogen/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 2aba86fe0d6..49dad9ea96d 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in @@ -875,7 +875,7 @@ MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t getopt.h \ time.h time.h-t unistd.h unistd.h-t noinst_LIBRARIES = libgnu.a AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) -DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src +DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \ c-strcasecmp.c c-strncasecmp.c careadlinkat.c md5.c sha1.c \ sha256.c sha512.c dtoastr.c dtotimespec.c filemode.c \ |