summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-02-15 16:19:05 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-02-19 19:05:28 +0800
commite2f54856106ab1deeff0c2decb7bafdae9009188 (patch)
tree65891dcb054d1a824ff4f41b01f90d1a0f074adb /Makefile.am
parent77f353dc22819818e9249cd52c7ad6870ec8f9ee (diff)
downloadadwaita-icon-theme-e2f54856106ab1deeff0c2decb7bafdae9009188.tar.gz
Build: Support Windows/MSVC using NMake
This adds a set of NMake Makefiles, with a set of support files that is used to generate the full index.theme file, and to copy the icon/ cursor files in Windows, under Visual Studio builds.
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 03148025e..3a7ae6395 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping
-SUBDIRS = src
+SUBDIRS = src build
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}