------------------------------------------------------------
revno: 289
committer: Michal Hruby <michal....@gmail.com>
branch nick: bb-fts
timestamp: Mon 2011-10-10 13:01:12 +0200
message:
  A few small fixes
modified:
  extensions/Makefile.am
  extra/Makefile.am
  extra/ontology/Makefile.am


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch 
lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/Makefile.am'
--- extensions/Makefile.am	2011-10-09 10:42:33 +0000
+++ extensions/Makefile.am	2011-10-10 11:01:12 +0000
@@ -39,7 +39,7 @@
 	$(NULL)
 
 storage_monitor_la_SOURCES = \
-	storage-monitor.la \
+	storage-monitor.vala \
 	$(NULL)
 
 storage_monitor_la_LDFLAGS = -module -avoid-version
@@ -50,7 +50,7 @@
 	
 
 fts_la_SOURCES = \
-	storage-monitor.la \
+	fts.vala \
 	$(NULL)
 
 fts_la_LDFLAGS = -module -avoid-version

=== modified file 'extra/Makefile.am'
--- extra/Makefile.am	2011-08-05 17:45:28 +0000
+++ extra/Makefile.am	2011-10-10 11:01:12 +0000
@@ -4,7 +4,7 @@
 nodist_service_DATA = org.gnome.zeitgeist.service
 
 org.gnome.zeitgeist.service: org.gnome.zeitgeist.service.in
-	sed	-e s!\@prefix\@!$(prefix)! < $< > $@
+	$(AM_V_GEN)sed	-e s!\@prefix\@!$(prefix)! < $< > $@
 org.gnome.zeitgeist.service: Makefile
 
 CLEANFILES = org.gnome.zeitgeist.service \

=== modified file 'extra/ontology/Makefile.am'
--- extra/ontology/Makefile.am	2011-08-04 21:04:37 +0000
+++ extra/ontology/Makefile.am	2011-10-10 11:01:12 +0000
@@ -15,8 +15,8 @@
 ontology_pydir = $(datadir)/zeitgeist/ontology
 
 zeitgeist.py: $(ontology_trig_DATA)
-	echo -e "#\n# Auto-generated from all .trig files ($^). Do not edit.\n#" > $@
-	$(top_srcdir)/extra/ontology2code --dump-python >> $@
+	@echo -e "#\n# Auto-generated from all .trig files ($^). Do not edit.\n#" > $@
+	$(AM_V_GEN)$(top_srcdir)/extra/ontology2code --dump-python >> $@
 
 CLEANFILES = \
 	$(ontology_py_DATA)

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to