summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2001-02-23 17:55:21 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-02-23 17:55:21 +0000
commit3473f88a7abdf4e585e267288fb77e898c580d2b (patch)
tree19c5d85c77638e4cd622d854263c12ed6eac8662 /example/Makefile.am
parent64636e7f6e97729eae365801ab13632492bf0b14 (diff)
downloadlibxml2-3473f88a7abdf4e585e267288fb77e898c580d2b.tar.gz
Revert directory structure changes
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 00a53e9e..67d2a284 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,8 +1,8 @@
noinst_PROGRAMS = gjobread
-DEFS =
-INCLUDES = -I$(top_builddir)
+INCLUDES = \
+ -I$(top_builddir) -I$(top_srcdir) \
+ -I@srcdir@
-DEPS = $(top_builddir)/libxml/libxml2.la
-LDADD = $(top_builddir)/libxml/libxml2.la
+LDADD = $(top_builddir)/libxml2.la @Z_LIBS@