|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/gnome14/medusa10/gnome-flags.patch # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. A copy of the GNU General Public # License can be found at Documentation/COPYING. # # Many people helped and are helping developing ROCK Linux. Please # have a look at http://www.rocklinux.org/ and the Documentation/TEAM # file for details. # # --- ROCK-COPYRIGHT-NOTE-END ---
--- ./indexer/Makefile.in Fri May 4 08:08:30 2001
+++ ./indexer/Makefile.in Sun Dec 15 23:17:31 2002
@@ -133,7 +133,7 @@
DEFS = $(NULL) -INCLUDES = -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) $(XML_CFLAGS) $(VFS_CFLAGS) $(NULL)
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS) $(VFS_CFLAGS) $(NULL)
medusa_indexd_LDADD = $(top_builddir)/libmedusa/libmedusa.la $(top_builddir)/libmedusa-internal/libmedusa-index.la $(VFS_LIBS) $(GLIB_LIBS) $(GNOME_LIBS) $(OAF_LIBS) $(XML_LIBS) $(NULL) --- ./search-service/Makefile.in Fri May 4 08:08:31 2001
+++ ./search-service/Makefile.in Sun Dec 15 23:29:35 2002
@@ -133,7 +133,7 @@
noinst_HEADERS = medusa-authenticate.h medusa-file-search-parse-transmission.h $(NULL) -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(GLIB_CFLAGS) $(VFS_CFLAGS) $(NULL)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(GLIB_CFLAGS) $(GNOME_CFLAGS) $(VFS_CFLAGS) $(NULL)
medusa_searchd_LDADD = $(top_builddir)/libmedusa/libmedusa.la $(top_builddir)/libmedusa-internal/libmedusa-index.la $(VFS_LIBS) $(GLIB_LIBS) $(GNOME_LIBS) $(OAF_LIBS) $(XML_LIBS) $(NULL) --- ./tests/Makefile.in Sun Dec 15 23:34:27 2002
+++ ./tests/Makefile.in Sun Dec 15 23:34:49 2002
@@ -127,7 +127,7 @@
noinst_PROGRAMS = test-text-index test-index-service test-queue test-file-indexer test-versioned-file test-search-method test-system-state -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(VFS_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) $(NULL)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(VFS_CFLAGS) $(GLIB_CFLAGS) $(GNOME_CFLAGS) $(GTK_CFLAGS) $(NULL)
test_text_index_SOURCES = medusa-text-index-test.c
|