diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-03-21 18:24:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-04-12 12:45:40 +0300 |
commit | e5446020650ad9d3a00f68c5e4a3276bef685178 (patch) | |
tree | f9630b1db5fe5968a202500a71715cb770221840 /Makefile.am | |
parent | 8d17d157ba815659d187a5f51e88b11075f944f6 (diff) | |
download | gtk+-e5446020650ad9d3a00f68c5e4a3276bef685178.tar.gz |
Add Visual Studio 2008 project files
Similar setup as in GLib and Pango. Also here we use a build/win32/vs9
subfolder, even if there is nothing else in build or build/win32.
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 98014f0b8c..055656a874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib -SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros +SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build # require automake 1.4 AUTOMAKE_OPTIONS = 1.7 |