summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMartyn James Russell <mr@src.gnome.org>2009-02-23 12:08:43 +0000
committerMartyn James Russell <mr@src.gnome.org>2009-02-23 12:08:43 +0000
commitf3574723b05f49a6f33b02076961494b8c7147b9 (patch)
treee2f98a2b39ab12928dd607630c7211d51b8301d0 /python
parent6606c0644f35d41e2a3cce9f5d174349ca527fe8 (diff)
downloadtracker-f3574723b05f49a6f33b02076961494b8c7147b9.tar.gz
Fixed tracker-search-tool, tracker-preferences, tracker-applet and the
* configure.ac: * data/Makefile.am: * docs/manpages/Makefile.am: * python/deskbar-handler/Makefile.am: * python/deskbar-handler/tracker-module.py: * src/Makefile.am: Fixed tracker-search-tool, tracker-preferences, tracker-applet and the deskbar-applet enable/disable switches in configure. Also fixed the deskbar-applet so it actually errors when using --enable-deskbar-applet instead of doing nothing when we don't have it available. svn path=/trunk/; revision=2956
Diffstat (limited to 'python')
-rw-r--r--python/deskbar-handler/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/deskbar-handler/Makefile.am b/python/deskbar-handler/Makefile.am
index b5770bb4a..fbaa507e3 100644
--- a/python/deskbar-handler/Makefile.am
+++ b/python/deskbar-handler/Makefile.am
@@ -1,14 +1,14 @@
include $(top_srcdir)/Makefile.decl
-if USING_DESKBAR_HANDLER
-handlerdir = $(DESKBAR_HANDLER_DIR)
+if HAVE_DESKBAR_APPLET_HANDLER
+handlerdir = $(DESKBAR_APPLET_DIR)
handler_DATA = \
tracker-handler.py \
- tracker-handler-static.py
+ tracker-handler-static.py
endif
-if USING_DESKBAR_MODULE
-moduledir = $(DESKBAR_MODULE_DIR)
+if HAVE_DESKBAR_APPLET_MODULE
+moduledir = $(DESKBAR_APPLET_DIR)
module_DATA = tracker-module.py
endif