From: Richard Jones Date: Mon, 22 Feb 2010 17:17:16 +0000 (+0000) Subject: Remove bogus reference to src/ directory which no longer exists. X-Git-Tag: 1.2.0~22 X-Git-Url: http://git.annexia.org/?p=hivex.git;a=commitdiff_plain;h=5515fd7a9ed5918a9d056ba680925a8d93c6c5f7 Remove bogus reference to src/ directory which no longer exists. --- diff --git a/hivex/Makefile.am b/hivex/Makefile.am index 6e2d42c..01501aa 100644 --- a/hivex/Makefile.am +++ b/hivex/Makefile.am @@ -51,7 +51,6 @@ hivexml_SOURCES = \ hivexml_LDADD = libhivex.la $(LIBXML2_LIBS) ../gnulib/lib/libgnu.la hivexml_CFLAGS = \ - -I$(top_srcdir)/src \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(LIBXML2_CFLAGS) \ $(WARN_CFLAGS) $(WERROR_CFLAGS) @@ -64,7 +63,6 @@ hivexsh_SOURCES = \ hivexsh_LDADD = libhivex.la ../gnulib/lib/libgnu.la $(LIBREADLINE) hivexsh_CFLAGS = \ -I$(top_srcdir)/gnulib/lib \ - -I$(top_srcdir)/src \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(WARN_CFLAGS) $(WERROR_CFLAGS)