summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2005-09-20 11:02:17 +0000
committerDave Beckett <dave@dajobe.org>2005-09-20 11:02:17 +0000
commit754f998ad225cabd887790dbe6a495ed0316e5f4 (patch)
tree8b94e1c2cb51706e6dc1085373dde60354d66788 /examples
parent1882130187a3ee6850e9c1ce40f6b29a74ed8c68 (diff)
downloadraptor-754f998ad225cabd887790dbe6a495ed0316e5f4.tar.gz
fix libraptor.la dir
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index ddb68317..c90fc717 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -35,19 +35,19 @@ LIBS=@LIBS@ $(MEM_LIBS)
AM_CPPFLAGS=-I$(top_srcdir)
raptor_abort_SOURCES = raptor_abort.c
-raptor_abort_LDADD=$(top_builddir)/libraptor.la
+raptor_abort_LDADD=$(top_builddir)/src/libraptor.la
raptor_abort_DEPENDENCIES = $(top_builddir)/libraptor.la
grapper_SOURCES = grapper.c
-grapper_LDADD=$(top_builddir)/libraptor.la
+grapper_LDADD=$(top_builddir)/src/libraptor.la
grapper_CFLAGS=`pkg-config --cflags gtk+-2.0 gconf-2.0`
grapper_LDFLAGS=`pkg-config --libs gtk+-2.0 gconf-2.0`
-grapper_DEPENDENCIES = $(top_builddir)/libraptor.la
+grapper_DEPENDENCIES = $(top_builddir)/src/libraptor.la
-$(top_builddir)/libraptor.la:
- cd $(top_builddir) && $(MAKE) libraptor.la
+$(top_builddir)/src/libraptor.la:
+ cd $(top_builddir)/src && $(MAKE) libraptor.la
$(top_builddir)/../librdf/librdf.la:
cd $(top_builddir)/../librdf && $(MAKE) librdf.la