summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2007-05-03 09:54:30 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-05-03 09:54:30 +0000
commitec85900a21288ea1894350dde49e2609c3f2af88 (patch)
treeca49ba56dc4ccb0d6a0f9e2874211cb91e5a171b /Makefile.am
parent7a65d693c55ed8f4bdee9e698296434ba066e528 (diff)
downloadvala-ec85900a21288ea1894350dde49e2609c3f2af88.tar.gz
move code generator to new gobject directory update
2007-05-03 Jürg Billeter <j@bitron.ch> * gobject/valacodegenerator.vala: move code generator to new gobject directory * configure.ac, Makefile.am, vala/Makefile.am, gobject/Makefile.am, compiler/Makefile.am, vapi/Makefile.am: update svn path=/trunk/; revision=305
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bf68bd39a..c5f266038 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,7 @@ endif
SUBDIRS = \
ccode \
vala \
+ gobject \
compiler \
vapi \
tests \
@@ -20,6 +21,7 @@ SUBDIRS = \
DIST_SUBDIRS = \
ccode \
vala \
+ gobject \
compiler \
vapi \
tests \