git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4615036
)
Remove bogus reference to src/ directory which no longer exists.
author
Richard Jones
<rjones@redhat.com>
Mon, 22 Feb 2010 17:17:16 +0000
(17:17 +0000)
committer
Richard Jones
<rjones@redhat.com>
Mon, 22 Feb 2010 17:17:41 +0000
(17:17 +0000)
hivex/Makefile.am
patch
|
blob
|
history
diff --git
a/hivex/Makefile.am
b/hivex/Makefile.am
index
6e2d42c
..
01501aa
100644
(file)
--- 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)