From 12bef7b4945e2d5cb866bf18ea5ba1ce985bc143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Fri, 24 Jul 2009 23:14:29 +0000 Subject: [PATCH] [CONFIGURATION] * BUG: Ensure that the gb.info file is generated first. git-svn-id: svn://localhost/gambas/trunk@2165 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/Makefile.am | 2 +- main/lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/Makefile.am b/main/Makefile.am index c8a2dbf81..bebef2ca5 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = libltdl gbx gbc lib share +SUBDIRS = libltdl gbc gbx lib share EXTRA_DIST = TODO reconf spec README mime install-exec-local: diff --git a/main/lib/Makefile.am b/main/lib/Makefile.am index 53754ae64..4b15c53c8 100644 --- a/main/lib/Makefile.am +++ b/main/lib/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = debug eval db compress vb option draw gui image +SUBDIRS = . debug eval db compress vb option draw image gui dist_gblib_DATA = gb.component gblib_DATA = gb.component