[nautilus-actions] Remove one directory level when installing Glade file



commit 24f0f2227cf6a7bd76832026d8d39a529fc1c49a
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri May 29 15:01:51 2009 +0200

    Remove one directory level when installing Glade file
---
 ChangeLog            |    4 ++++
 src/nact/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a01f511..877b9d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
 2009-05-29 Pierre Wieser <pwieser trychlos org>
 
 	Move all sources directories under src/
+	Remove one directory level when installing Glade file
 
 	* configure.ac:
 	* Makefile.am:
 	Updated accordingly.
 	Build and install po/ directory after sources.
 
+	* src/nact/Makefile.am:
+	Remove one directory level when installing Glade file.
+
 2009-05-29 Pierre Wieser <pwieser trychlos org>
 
 	Include a short application description in all source headers
diff --git a/src/nact/Makefile.am b/src/nact/Makefile.am
index 9aeb178..ee4c740 100644
--- a/src/nact/Makefile.am
+++ b/src/nact/Makefile.am
@@ -58,7 +58,7 @@ nautilus_actions_config_LDADD = \
 	$(NAUTILUS_ACTIONS_LIBS)										\
 	$(NULL)
 
-gladedir = $(datadir)/nautilus-actions/nact
+gladedir = $(datadir)/nautilus-actions
 
 glade_DATA = nautilus-actions-config.glade
 



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