summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-02-23 12:16:19 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-02-23 12:18:35 +0800
commitf7899d28a55c9c7b99aa8a40f01bf90052b42226 (patch)
treee4d885b3c5cb6d6b67c6899fecf82ce43728fcd4 /Makefile.am
parentd24290084d7c9ed7a8292fa2a3ab4bb5b5084f7f (diff)
downloadadwaita-icon-theme-f7899d28a55c9c7b99aa8a40f01bf90052b42226.tar.gz
Visual Studio builds: Move build files to win32/
This will enable one to move down one less level in the tree to reach the NMake build files to configure and install this package, and will enable common NMake Makefile modules to be in sync with the one in GLib master, namely detectenv-msvc.mak.
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 9f39d7cb2..aa1f59b88 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping
-SUBDIRS = src build
+SUBDIRS = src win32
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}