[json-glib] Update $(srcroot)/Makefile.am



commit 1b7f20fe88a6647e61964db063eba071114a6f66
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon May 30 12:53:47 2011 +0800

    Update $(srcroot)/Makefile.am
    
    Due to changes to this file in commit
    4e41d26586991d2977c846fa4871b6df39fe4106, change the order of SUBDIRS
    so that "make dist" will properly run.
    
    This has been checked with "make distcheck" on Fedora 15

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6f40cfd..579d5e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
 
 ACLOCAL_AMFLAGS = -I build/autotools
 
-SUBDIRS = build json-glib doc
+SUBDIRS = json-glib doc build
 
 pcfiles = json-glib-1.0.pc
 



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