[nautilus-actions] Do not distribute D-Bus auxiliary files
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Do not distribute D-Bus auxiliary files
- Date: Wed, 22 Feb 2012 19:39:56 +0000 (UTC)
commit 63b9fd7167be229fdc82f5ff568c5aaf2d8004c7
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Feb 20 22:09:40 2012 +0100
Do not distribute D-Bus auxiliary files
ChangeLog | 3 +++
src/plugin-tracker/Makefile.am | 12 +++++++++---
src/utils/Makefile.am | 5 ++++-
3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dd5002b..1192786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-02-20 Pierre Wieser <pwieser trychlos org>
+ * src/plugin-tracker/Makefile.am:
+ * src/utils/Makefile.am: Do not distribute D-Bus auxiliary files.
+
* docs/reference/nautilus-actions-sections.txt: Add undocumented enum.
* docs/reference/Makefile.am: Remove useless rules.
diff --git a/src/plugin-tracker/Makefile.am b/src/plugin-tracker/Makefile.am
index 4a1ac7a..876a290 100644
--- a/src/plugin-tracker/Makefile.am
+++ b/src/plugin-tracker/Makefile.am
@@ -44,7 +44,6 @@ BUILT_SOURCES += \
na-tracker-gdbus.c \
na-tracker-gdbus.h \
$(NULL)
-endif
na-tracker-gdbus.c na-tracker-gdbus.h: na-tracker-gdbus.xml
gdbus-codegen \
@@ -55,20 +54,27 @@ na-tracker-gdbus.c na-tracker-gdbus.h: na-tracker-gdbus.xml
--generate-docbook na-tracker-gdbus-docs \
$<
+DISTCLEANFILES = \
+ na-tracker-gdbus-docs-org.nautilus_actions.DBus.Tracker.Properties1.xml
+endif
+
if HAVE_DBUS_GLIB
BUILT_SOURCES += \
na-tracker-dbus-glib.h \
$(NULL)
-endif
na-tracker-dbus-glib.h: na-tracker-dbus-glib.xml
dbus-binding-tool --mode=glib-server --prefix=na_tracker_dbus $< > $@
+endif
+
+nodist_libnautilus_actions_tracker_la_SOURCES = \
+ $(BUILT_SOURCES) \
+ $(NULL)
libnautilus_actions_tracker_la_SOURCES = \
na-tracker.c \
na-tracker.h \
na-tracker-plugin.c \
- $(BUILT_SOURCES) \
$(NULL)
libnautilus_actions_tracker_la_LIBADD = \
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 4a58646..34299be 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -96,11 +96,14 @@ nautilus-actions-run-bindings.h: $(top_srcdir)/src/plugin-tracker/na-tracker-dbu
dbus-binding-tool --mode=glib-client $< > $@
endif
+nodist_nautilus_actions_run_SOURCES = \
+ $(BUILT_SOURCES) \
+ $(NULL)
+
nautilus_actions_run_SOURCES = \
nautilus-actions-run.c \
console-utils.c \
console-utils.h \
- $(BUILT_SOURCES) \
$(NULL)
nautilus_actions_run_LDADD = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]