diff options
author | Jürg Billeter <j@bitron.ch> | 2008-12-16 22:23:56 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2008-12-16 22:23:56 +0000 |
commit | 7b7bf2d5a2a3b6e837bb8f57dae1b05a549c7d75 (patch) | |
tree | 9066c27f506bebfe119801f010d83aeefcaad68a /Makefile.am | |
parent | a46fcbbc370b7626ac876a91758eccaf3db6738f (diff) | |
download | vala-7b7bf2d5a2a3b6e837bb8f57dae1b05a549c7d75.tar.gz |
Drop vala-gen-project, moved to vtg, Vala Toys for gedit
2008-12-16 Jürg Billeter <j@bitron.ch>
* Makefile.am:
* configure.ac:
* gen-project/:
Drop vala-gen-project, moved to vtg, Vala Toys for gedit
svn path=/trunk/; revision=2193
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index cb30eaff4..82ed2f505 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,12 +7,6 @@ VAPIGEN_SUBDIRS = \ $(NULL) endif -if ENABLE_GEN_PROJECT -GEN_PROJECT_SUBDIRS = \ - gen-project \ - $(NULL) -endif - SUBDIRS = \ gee \ ccode \ @@ -23,7 +17,6 @@ SUBDIRS = \ tests \ doc \ $(VAPIGEN_SUBDIRS) \ - $(GEN_PROJECT_SUBDIRS) \ $(NULL) DIST_SUBDIRS = \ @@ -37,7 +30,6 @@ DIST_SUBDIRS = \ doc \ gobject-introspection \ vapigen \ - gen-project \ $(NULL) pkgconfigdir = $(libdir)/pkgconfig |