[jhbuild] Fix generation of example xsession file



commit 6ac3edcf8cb5c52cc37a0fc7d7a1003c54c2477b
Author: Jon McCann <jmccann redhat com>
Date:   Mon Mar 19 20:46:37 2012 -0400

    Fix generation of example xsession file
    
    It was not being correctly translated and left the file invalid.

 Makefile.am          |    2 +-
 configure.ac         |    2 +-
 examples/Makefile.am |    6 ++++++
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 78d622d..dd60013 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = po scripts triggers jhbuild buildbot
+SUBDIRS = po examples scripts triggers jhbuild buildbot
 
 if DOC_INSTALLATION_ENABLED
 SUBDIRS += doc
diff --git a/configure.ac b/configure.ac
index b4fb0fe..652d92d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,8 +39,8 @@ YELP_HELP_INIT
 AC_CONFIG_FILES([
 	Makefile
 	doc/Makefile
-	examples/jhbuild.desktop
 	po/Makefile.in
+	examples/Makefile
 	scripts/Makefile
 	triggers/Makefile
 	jhbuild.desktop.in
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..8dd8359
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,6 @@
+
+xsession_in_files = jhbuild.desktop.in
+noinst_DATA = $(xsession_in_files:.desktop.in=.desktop)
+
+ INTLTOOL_DESKTOP_RULE@
+



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