[tracker] Fixes GB#628536: Don't install ui files for example utils
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Fixes GB#628536: Don't install ui files for example utils
- Date: Thu, 2 Sep 2010 14:07:59 +0000 (UTC)
commit cb2aaf717c70d9d53b1600797baa3fb5f27d6d7f
Author: Aleksander Morgado <aleksander lanedo com>
Date: Thu Sep 2 15:18:07 2010 +0200
Fixes GB#628536: Don't install ui files for example utils
examples/rss-reader/Makefile.am | 5 +----
utils/gtk-sparql/Makefile.am | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/examples/rss-reader/Makefile.am b/examples/rss-reader/Makefile.am
index 11cbf89..ddfb97a 100644
--- a/examples/rss-reader/Makefile.am
+++ b/examples/rss-reader/Makefile.am
@@ -1,10 +1,7 @@
include $(top_srcdir)/Makefile.decl
-uidir = $(datadir)/tracker
-ui_DATA = rss_viewer.ui
-
EXTRA_DIST = \
- $(ui_DATA) \
+ rss_viewer.ui \
main.py \
signaler.py \
tracker_backend.py \
diff --git a/utils/gtk-sparql/Makefile.am b/utils/gtk-sparql/Makefile.am
index 102f2d2..211882b 100644
--- a/utils/gtk-sparql/Makefile.am
+++ b/utils/gtk-sparql/Makefile.am
@@ -1,10 +1,7 @@
include $(top_srcdir)/Makefile.decl
-uidir = $(datadir)/tracker
-ui_DATA = gtk-sparql.ui
-
EXTRA_DIST = \
- $(ui_DATA) \
+ gtk-sparql.ui \
completion.py \
completion_engine.py \
gtk-sparql.py \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]