summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-03 16:37:49 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-03 16:37:49 +0000
commit6e90d19693bd16634f8b1e9deac65711f9d8b21e (patch)
tree6fe9448e23a5b129741fdc5a7e4dd0fa048e00e6 /example/Makefile.am
parentf06307e2c172284bb41376c396f757bdac9bdd19 (diff)
downloadlibxml2-6e90d19693bd16634f8b1e9deac65711f9d8b21e.tar.gz
- example/Makefile.am: fixed the include path to add srcdir/include
- Makefile.am configure.in: fix from Albert Chin for iconv detection and some cleanup Daniel
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 69a3e2f4..296cfd06 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -4,7 +4,7 @@ noinst_PROGRAMS = gjobread
INCLUDES = \
-I$(top_builddir) -I$(top_srcdir) \
- -I@srcdir@
+ -I$(top_srcdir)/include -I@srcdir@
LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm