[nautilus-actions] Build data/ after src/



commit c7c1d453ab9c9aa2ca4cf413dc53eb62219cc464
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Mar 17 22:58:23 2010 +0100

    Build data/ after src/
    
    This will let us take advantage of dynamic generation of schemas.

 ChangeLog   |    3 +++
 Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7641e3e..3c35583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-03-17 Pierre Wieser <pwieser trychlos org>
 
+	* Makefile.am:
+	Build data/ after src/ to bo take advantage of dynamic generation of schemas.
+
 	* src/core/na-icontextual-factory.c:
 	String lists are now initialized in GConf-style.
 
diff --git a/Makefile.am b/Makefile.am
index f979c53..dd8b65e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,12 +29,12 @@
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = \
-	data								\
 	doc									\
 	m4									\
 	icons								\
 	src									\
 	po									\
+	data								\
 	$(NULL)
 
 # a foo directory so that make distcheck has a vpath which is prefixed



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