From f7899d28a55c9c7b99aa8a40f01bf90052b42226 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 23 Feb 2017 12:16:19 +0800 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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} -- cgit v1.2.1