mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
2.8 KiB

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