[gcab] build-sys: changing build order to help autotools



commit ae9b48b9d5ace0b39704dc97811260eba013573f
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Fri Apr 11 18:37:32 2014 +0200

    build-sys: changing build order to help autotools

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6d93640..769fbf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ makeflags_0 = --no-print-directory -s
 makeflags_1 =
 AM_MAKEFLAGS = $(makeflags_$(V))
 
-SUBDIRS = docs po libgcab
+SUBDIRS = . po libgcab docs
 
 AM_CFLAGS = $(WARN_CFLAGS)
 AM_CPPFLAGS =                                  \


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