summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-13 18:35:13 +0000
committerPeter Williams <peterw@src.gnome.org>2001-07-13 18:35:13 +0000
commited156f58bdaa0f7ba46740e91cd83904dccbf7e5 (patch)
tree8dd9f91d6c25979336f7a0e4320289d44d6dd413 /example/Makefile.am
parent73b36e35ca717755f6e4c501a537c91db44d9706 (diff)
downloadlibxml2-ed156f58bdaa0f7ba46740e91cd83904dccbf7e5.tar.gz
add #undef HAVE_DLFCN_H
2001-07-13 Peter Williams <peterw@ximian.com> * config.h.in: add #undef HAVE_DLFCN_H * example/Makefile.am (INCLUDES): Compile fix when srcdir != builddir.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 296cfd06..d8028502 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -4,6 +4,7 @@ noinst_PROGRAMS = gjobread
INCLUDES = \
-I$(top_builddir) -I$(top_srcdir) \
+ -I$(top_builddir)/include \
-I$(top_srcdir)/include -I@srcdir@
LDADD = $(top_builddir)/libxml2.la @Z_LIBS@ $(ICONV_LIBS) -lm