summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-12-19 16:18:38 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-12-19 16:21:08 +0800
commit714caf13ec4540aefb3c5b40960331330d72b859 (patch)
tree40a28e0b57775acdea55ff4c05e5f91b2ca4cd9f /Makefile.am
parent9c9a73fa7bbf200f414979d194fc8636f060be3f (diff)
downloadsigc++-714caf13ec4540aefb3c5b40960331330d72b859.tar.gz
Visual Studio builds: Rename MSVC_Net2013 to MSVC_Net2017
Since libsigc++-3.0 will require Visual Studio 2017 to build, we ought to rename MSVC_Net2013 to MSVC_Net2017 so that it is clear to people, and let them know that it is the case in README.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e16143e..49f3926 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,11 +33,11 @@ noinst_DATA = $(SIGCXX_MODULE_NAME)-uninstalled.pc
dist_noinst_SCRIPTS = autogen.sh
-include $(srcdir)/MSVC_Net2013/filelist.am
+include $(srcdir)/MSVC_Net2017/filelist.am
-dist_noinst_DATA = $(addprefix MSVC_Net2013/,$(msvc_net2013_data)) CMakeLists.txt sigc++config.h.cmake cmake_uninstall.cmake.in
+dist_noinst_DATA = $(addprefix MSVC_Net2017/,$(msvc_net2017_data)) CMakeLists.txt sigc++config.h.cmake cmake_uninstall.cmake.in
-DISTCLEANFILES = MSVC_Net2013/sigc++config.h
+DISTCLEANFILES = MSVC_Net2017/sigc++config.h
# Optional: auto-generate the ChangeLog file from the git log on make dist
include $(top_srcdir)/build/dist-changelog.am