From 41af69331a1a97c0a5cee87977db6e9e2216c671 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 10 Oct 2013 13:37:16 +0200 Subject: libtracker-extract, tracker-extract: Remove $modulesdir from *.rules https://bugzilla.gnome.org/show_bug.cgi?id=709703 --- examples/libtracker-extract/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/libtracker-extract/Makefile.am b/examples/libtracker-extract/Makefile.am index 67b0b3a11..a20a75631 100644 --- a/examples/libtracker-extract/Makefile.am +++ b/examples/libtracker-extract/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/Makefile.decl module_flags = -module -avoid-version -no-undefined -modulesdir = $(libdir)/tracker-$(TRACKER_API_VERSION)/extract-modules AM_CPPFLAGS = \ $(BUILD_CFLAGS) \ @@ -22,12 +21,12 @@ libextract_mockup_la_LIBADD = \ rules_in_files = 01-mockup.rule.in %.rule: %.rule.in - @sed -e "s|@modulesdir[@]|${modulesdir}|" $< > $@ + @sed -e "s|@extractmodulesdir[@]|${extractmodulesdir}|" $< > $@ # This is noinst_ only because it's an example, normally this would be # "rules" (for rules_DATA and rulesdir) or whatever name you want to # give for your rules files. -noinstdir = $(datadir)/tracker/extract-rules +noinstdir = $(extractrulesdir) noinst_DATA = 01-mockup.rule CLEANFILES = $(noinst_DATA) -- cgit v1.2.1