[nautilus-actions] nautilus-actions-delete is renamed as na-delete-xmltree, and is installed in PKGLIBEXECDIR



commit 8e012fc635c9669888ae3d740260a215e7ee2b14
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Jan 7 12:17:41 2011 +0100

    nautilus-actions-delete is renamed as na-delete-xmltree, and is installed in PKGLIBEXECDIR
    
    src/utils/.gitignore is updated accordingly.

 ChangeLog                                          |    4 +++
 src/utils/.gitignore                               |    6 +---
 src/utils/Makefile.am                              |   24 ++++++++++----------
 ...utilus-actions-delete.c => na-delete-xmltree.c} |    0
 4 files changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5eceb75..71c62df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,6 +94,10 @@
 
 2011-01-07 Pierre Wieser <pwieser trychlos org>
 
+	* src/utils/Makefile.am:
+	nautilus-actions-delete is renamed as na-delete-xmltree,
+	and is installed in PKGLIBEXECDIR.
+
 	* src/core/na-core-utils.c (na_core_utils_print_version):
 	Print the compilation version of GLib2 and Gtk+ when in debug mode.
 
diff --git a/src/utils/.gitignore b/src/utils/.gitignore
index b1bb19a..283621c 100644
--- a/src/utils/.gitignore
+++ b/src/utils/.gitignore
@@ -1,9 +1,7 @@
-nautilus-actions-check-actions-change
-nautilus-actions-delete
 nautilus-actions-gconf2desktop.sh
-nautilus-actions-new-config
 nautilus-actions-new
 nautilus-actions-print
 nautilus-actions-run
 nautilus-actions-run-bindings.h
-nautilus-actions-schemas
+na-delete-xmltree
+na-print-schemas
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index e4f5ace..a77d13c 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -27,13 +27,13 @@
 #   ... and many others (see AUTHORS)
 
 bin_PROGRAMS = \
-	nautilus-actions-delete										\
 	nautilus-actions-new										\
 	nautilus-actions-print										\
 	nautilus-actions-run										\
 	$(NULL)
 
 pkglibexec_PROGRAMS = \
+	na-delete-xmltree											\
 	na-print-schemas											\
 	$(NULL)
 
@@ -45,17 +45,6 @@ AM_CPPFLAGS += \
 	$(NAUTILUS_ACTIONS_CFLAGS)									\
 	$(NULL)
 
-nautilus_actions_delete_SOURCES = \
-	nautilus-actions-delete.c									\
-	console-utils.c												\
-	console-utils.h												\
-	$(NULL)
-
-nautilus_actions_delete_LDADD = \
-	$(top_builddir)/src/core/libna-core.la						\
-	$(NAUTILUS_ACTIONS_LIBS)									\
-	$(NULL)
-
 nautilus_actions_new_SOURCES = \
 	nautilus-actions-new.c										\
 	console-utils.c												\
@@ -96,6 +85,17 @@ nautilus_actions_run_LDADD = \
 	$(NAUTILUS_ACTIONS_LIBS)									\
 	$(NULL)
 
+na_delete_xmltree_SOURCES = \
+	na-delete-xmltree.c											\
+	console-utils.c												\
+	console-utils.h												\
+	$(NULL)
+
+na_delete_xmltree_LDADD = \
+	$(top_builddir)/src/core/libna-core.la						\
+	$(NAUTILUS_ACTIONS_LIBS)									\
+	$(NULL)
+
 na_print_schemas_SOURCES = \
 	na-print-schemas.c											\
 	console-utils.c												\
diff --git a/src/utils/nautilus-actions-delete.c b/src/utils/na-delete-xmltree.c
similarity index 100%
rename from src/utils/nautilus-actions-delete.c
rename to src/utils/na-delete-xmltree.c



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