diff options
author | Colin Walters <walters@src.gnome.org> | 2008-08-17 15:06:49 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-08-17 15:06:49 +0000 |
commit | cbf6d45b7fc2bd29ff88cc7a8ed39c674fe9fb86 (patch) | |
tree | a4594030e513bd17c9a5cbc13ffe49106c0f6c78 /Makefile.am | |
parent | 20252d7c3013461387370de251f9f84b7ceed1b8 (diff) | |
download | gobject-introspection-cbf6d45b7fc2bd29ff88cc7a8ed39c674fe9fb86.tar.gz |
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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d382d24b..d0f12626 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 |