summaryrefslogtreecommitdiff
path: root/gtk/gtksearchengine.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-04-02 09:59:44 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-04-02 09:59:44 +0000
commit5f69cfa96423138d6d6634a7845275635a79de9b (patch)
treef47922b3435abfa720a84f8106dcc1ecce2fe45b /gtk/gtksearchengine.c
parentd33b599ac77991a3ee9da6d292ba1b402102aeee (diff)
downloadgtk+-5f69cfa96423138d6d6634a7845275635a79de9b.tar.gz
Don't bother compiling gtksearchenginebeagle.c and
2008-04-02 Tor Lillqvist <tml@novell.com> * gtk/Makefile.am: Don't bother compiling gtksearchenginebeagle.c and gtksearchenginetracker.c on Windows. * gtk/gtksearchengine.c: Don't define HAVE_BEAGLE and HAVE_TRACKER on Windows. svn path=/trunk/; revision=19959
Diffstat (limited to 'gtk/gtksearchengine.c')
-rw-r--r--gtk/gtksearchengine.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtksearchengine.c b/gtk/gtksearchengine.c
index c1d23a4f55..790e4117ae 100644
--- a/gtk/gtksearchengine.c
+++ b/gtk/gtksearchengine.c
@@ -29,9 +29,15 @@
#include <gdk/gdkconfig.h> /* for GDK_WINDOWING_QUARTZ */
+#ifndef G_OS_WIN32 /* Beagle and tracker are not ported
+ * to Windows, as far as I know.
+ */
+
#define HAVE_BEAGLE 1
#define HAVE_TRACKER 1
+#endif
+
enum
{
HITS_ADDED,