summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-03-10 17:53:50 +0000
committerMartyn Russell <martyn@lanedo.com>2010-03-10 17:53:50 +0000
commit592ca9ec3de1cca1f7b5fcfb7be58896c6de220b (patch)
tree59ff18f0cef88dd64dfb0a0b9464ce6ef3da0d10 /examples
parentd89d0d61157237bf08de39069d1162fdb4eedc16 (diff)
downloadtracker-592ca9ec3de1cca1f7b5fcfb7be58896c6de220b.tar.gz
libtracker-extract: Don't install the mockup example module
Diffstat (limited to 'examples')
-rw-r--r--examples/libtracker-extract/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libtracker-extract/Makefile.am b/examples/libtracker-extract/Makefile.am
index 3869669eb..dbf9236ad 100644
--- a/examples/libtracker-extract/Makefile.am
+++ b/examples/libtracker-extract/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = \
$(GLIB2_CFLAGS) \
$(GCOV_CFLAGS)
-modules_LTLIBRARIES = libextract-mockup.la
+noinst_LTLIBRARIES = libextract-mockup.la
libextract_mockup_la_SOURCES = tracker-extract-mockup.c
libextract_mockup_la_LDFLAGS = $(module_flags)