diff examples/runner-rdf/Makefile @ 644:404222029e27

Grab bag of populate.c improvements no need for fileUri (and in fact it was wrong for files with %s in them); use librdf_new_uri_from_filename. Use the basename of the audio filename as the key, just for my own sanity. People who want file://///// everywhere can write their own populate.c.
author mas01cr
date Tue, 13 Oct 2009 14:26:26 +0000
parents c80ade092d7a
children
line wrap: on
line diff
--- a/examples/runner-rdf/Makefile	Tue Oct 13 14:26:24 2009 +0000
+++ b/examples/runner-rdf/Makefile	Tue Oct 13 14:26:26 2009 +0000
@@ -1,7 +1,7 @@
 all: populate
 
 populate: populate.c
-	gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $<
+	gcc -o populate -std=c99 -D_GNU_SOURCE -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $<
 
 clean:
 	-rm populate keyplot.adb