tracker r2114 - in branches/indexer-split: . data



Author: carlosg
Date: Wed Aug 20 13:39:29 2008
New Revision: 2114
URL: http://svn.gnome.org/viewvc/tracker?rev=2114&view=rev

Log:
2008-08-20  Carlos Garnacho  <carlos imendio com>

        * tracker.pc.in:
        * libtracker-gtk.pc.in: Moved also to data/
        * configure.ac:
        * Makefile.am:
        * data/Makefile.am: Modify corresponding autofoo.


Added:
   branches/indexer-split/data/libtracker-gtk.pc.in
      - copied, changed from r2113, /branches/indexer-split/libtracker-gtk.pc.in
   branches/indexer-split/data/tracker.pc.in
      - copied, changed from r2113, /branches/indexer-split/tracker.pc.in
Removed:
   branches/indexer-split/libtracker-gtk.pc.in
   branches/indexer-split/tracker.pc.in
Modified:
   branches/indexer-split/ChangeLog
   branches/indexer-split/Makefile.am
   branches/indexer-split/configure.ac
   branches/indexer-split/data/Makefile.am

Modified: branches/indexer-split/Makefile.am
==============================================================================
--- branches/indexer-split/Makefile.am	(original)
+++ branches/indexer-split/Makefile.am	Wed Aug 20 13:39:29 2008
@@ -5,13 +5,6 @@
 SUBDIRS += tests
 endif
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = tracker.pc
-
-if ENABLE_LIBTRACKERGTK
-pkgconfig_DATA += libtracker-gtk.pc
-endif
-
 EXTRA_DIST = \
 	rdf-query-examples/80s-music.rdf \
 	rdf-query-examples/90s-music.rdf \

Modified: branches/indexer-split/configure.ac
==============================================================================
--- branches/indexer-split/configure.ac	(original)
+++ branches/indexer-split/configure.ac	Wed Aug 20 13:39:29 2008
@@ -843,15 +843,16 @@
 	data/icons/Makefile
 	data/icons/scalable/Makefile
 	data/languages/Makefile
+	data/libtracker-gtk.pc
 	data/Makefile
 	data/modules/Makefile
 	data/services/Makefile
+	data/tracker.pc
 	data/trackerd.desktop.in
 	docs/Makefile
 	filters/application/Makefile
 	filters/Makefile
 	filters/text/Makefile
-	libtracker-gtk.pc
 	Makefile
 	po/Makefile.in
 	python/deskbar-handler/Makefile
@@ -889,7 +890,6 @@
 	thumbnailers/application/Makefile
 	thumbnailers/image/Makefile
 	thumbnailers/Makefile
-	tracker.pc
 	utils/Makefile
 	utils/qdbm/Makefile
 ])

Modified: branches/indexer-split/data/Makefile.am
==============================================================================
--- branches/indexer-split/data/Makefile.am	(original)
+++ branches/indexer-split/data/Makefile.am	Wed Aug 20 13:39:29 2008
@@ -9,6 +9,13 @@
 
 @INTLTOOL_DESKTOP_RULE@
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = tracker.pc
+
+if ENABLE_LIBTRACKERGTK
+pkgconfig_DATA += libtracker-gtk.pc
+endif
+
 configdir = $(datadir)/tracker
 
 config_DATA =						\

Copied: branches/indexer-split/data/libtracker-gtk.pc.in (from r2113, /branches/indexer-split/libtracker-gtk.pc.in)
==============================================================================

Copied: branches/indexer-split/data/tracker.pc.in (from r2113, /branches/indexer-split/tracker.pc.in)
==============================================================================



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]