summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-08-17 15:06:49 +0000
committerColin Walters <walters@src.gnome.org>2008-08-17 15:06:49 +0000
commitcbf6d45b7fc2bd29ff88cc7a8ed39c674fe9fb86 (patch)
treea4594030e513bd17c9a5cbc13ffe49106c0f6c78 /Makefile.am
parent20252d7c3013461387370de251f9f84b7ceed1b8 (diff)
Move .gir files to -good.gir, tweak build order.
* gir/glib-2.0.gir, gir/gobject-2.0.gir: Rename to -good, always generate during build. * gir/Makefile.am: Ensure .gir files dep on all scanner sources. * Makefile.am: Switch build order to ensure the scanner is ready before we do gir/. * tools/g-ir-scanner: Look for .git too. svn path=/trunk/; revision=390
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d382d24..d0f1262 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ endif
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gir girepository giscanner tools tests
+SUBDIRS = girepository giscanner tools gir tests
DIST_SUBDIRS = m4 $(SUBDIRS)
man_MANS = docs/g-ir-scanner.1