summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-04-13 22:20:30 +0000
committerDave Beckett <dave@dajobe.org>2003-04-13 22:20:30 +0000
commit90a4e72272da2a7439ce24b46e7aacc1a405a44b (patch)
tree6e03da05faa4d719b503580beeb52cb801d9df9d
parent04d18bc66fb0b9506a43f674ff29088bfba2f063 (diff)
downloadraptor-90a4e72272da2a7439ce24b46e7aacc1a405a44b.tar.gz
Add AM_CFLAGS, LIBS for debugging
-rw-r--r--examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index cf318e6b..fe90f05d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -29,6 +29,8 @@ CLEANFILES=$(EXAMPLES) $(GUI_EXAMPLES)
examples: $(EXAMPLES)
+AM_CFLAGS=@CFLAGS@ $(MEM)
+LIBS=@LIBS@ $(MEM_LIBS)
AM_CPPFLAGS=-I$(top_srcdir)
raptor_abort_SOURCES = raptor_abort.c