summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2013-10-10 13:37:16 +0200
committerDebarshi Ray <debarshir@gnome.org>2013-10-10 18:05:33 +0200
commit41af69331a1a97c0a5cee87977db6e9e2216c671 (patch)
tree94bbd642b420c8ba9f7e1c622fc9fe3c5e784e04 /examples
parent5428a34c7a9c52e23b976d5fc658b76177bc9651 (diff)
downloadtracker-41af69331a1a97c0a5cee87977db6e9e2216c671.tar.gz
libtracker-extract, tracker-extract: Remove $modulesdir from *.rules
https://bugzilla.gnome.org/show_bug.cgi?id=709703
Diffstat (limited to 'examples')
-rw-r--r--examples/libtracker-extract/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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)