summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-22 17:17:16 +0000
committerRichard Jones <rjones@redhat.com>2010-02-22 17:17:41 +0000
commit5515fd7a9ed5918a9d056ba680925a8d93c6c5f7 (patch)
tree62bd81b140f86658199b6641529f18459d506b8e
parent4615036b31c37b78187e3368da4c673817542d9b (diff)
downloadhivex-5515fd7a9ed5918a9d056ba680925a8d93c6c5f7.tar.gz
hivex-5515fd7a9ed5918a9d056ba680925a8d93c6c5f7.tar.xz
hivex-5515fd7a9ed5918a9d056ba680925a8d93c6c5f7.zip
Remove bogus reference to src/ directory which no longer exists.
-rw-r--r--hivex/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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)