summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-03-29 20:51:50 +0000
committerDave Beckett <dave@dajobe.org>2003-03-29 20:51:50 +0000
commitfdf3619795062f13e51d33984e723513fb48e355 (patch)
tree8f70583784089e4418139115e9c135cc6421d2ce /examples
parentc4a9a23fd6ca4df2cabeebfd50b5deaf17d164f0 (diff)
downloadraptor-fdf3619795062f13e51d33984e723513fb48e355.tar.gz
Added grapper.c
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3d65bba0..abd389cc 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -18,7 +18,7 @@
# full license terms.
#
-EXAMPLES=raptor_abort
+EXAMPLES=raptor_abort grapper
# Need this so that automake doesn't moan
noinst_PROGRAMS = $(EXAMPLES)
@@ -33,6 +33,13 @@ raptor_abort_SOURCES = raptor_abort.c
raptor_abort_LDADD=$(top_builddir)/libraptor.la @REDLAND_LIBS@
raptor_abort_DEPENDENCIES = $(top_builddir)/libraptor.la @REDLAND_LIBS@
+grapper_SOURCES = grapper.c
+grapper_LDADD=$(top_builddir)/libraptor.la @REDLAND_LIBS@
+grapper_CFLAGS=$(shell pkg-config --cflags gtk+-2.0)
+grapper_LDFLAGS=$(shell pkg-config --libs gtk+-2.0)
+grapper_DEPENDENCIES = $(top_builddir)/libraptor.la @REDLAND_LIBS@
+
+
$(top_builddir)/libraptor.la:
cd $(top_builddir) && $(MAKE) libraptor.la