[rhmessaging-commits] rhmessaging commits: r2892 - in mgmt/trunk/sesame/cpp: etc and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Nov 26 17:53:03 EST 2008


Author: justi9
Date: 2008-11-26 17:53:03 -0500 (Wed, 26 Nov 2008)
New Revision: 2892

Added:
   mgmt/trunk/sesame/cpp/etc/Makefile.am
Modified:
   mgmt/trunk/sesame/cpp/Makefile.am
   mgmt/trunk/sesame/cpp/configure.ac
Log:
Move the conf file

Modified: mgmt/trunk/sesame/cpp/Makefile.am
===================================================================
--- mgmt/trunk/sesame/cpp/Makefile.am	2008-11-26 22:35:22 UTC (rev 2891)
+++ mgmt/trunk/sesame/cpp/Makefile.am	2008-11-26 22:53:03 UTC (rev 2892)
@@ -6,7 +6,7 @@
 
 sysconf_DATA = etc/sesame.conf
 
-SUBDIRS = src
+SUBDIRS = src etc
 
 # Update libtool, if needed.
 libtool: $(LIBTOOL_DEPS)

Modified: mgmt/trunk/sesame/cpp/configure.ac
===================================================================
--- mgmt/trunk/sesame/cpp/configure.ac	2008-11-26 22:35:22 UTC (rev 2891)
+++ mgmt/trunk/sesame/cpp/configure.ac	2008-11-26 22:53:03 UTC (rev 2892)
@@ -184,6 +184,7 @@
   Makefile
   src/Makefile
   src/qmfgen/Makefile
+  etc/Makefile
   ])
 
 AC_OUTPUT

Added: mgmt/trunk/sesame/cpp/etc/Makefile.am
===================================================================
--- mgmt/trunk/sesame/cpp/etc/Makefile.am	                        (rev 0)
+++ mgmt/trunk/sesame/cpp/etc/Makefile.am	2008-11-26 22:53:03 UTC (rev 2892)
@@ -0,0 +1,5 @@
+confdir = $(sysconfdir)/sesame
+
+EXTRA_DIST = sesame.conf
+
+nobase_conf_DATA = sesame.conf




More information about the rhmessaging-commits mailing list