diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2018-08-16 16:48:08 +0800 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2020-04-22 09:00:31 +0200 |
commit | ad9b9e225527fc8951dadd3f1a2601d086b42ac2 (patch) | |
tree | bf71e970076f4cdf441013bfe0bd7e7cd1dd6799 /Makefile.am | |
parent | 6db46f3f1c87e8f0b6d4c4fc136ef336f813d740 (diff) |
build: Rename MSVC_Net2017 to MSVC_NMake
This is to prepare for the transition of the Visual Studio build files
into NMake Makefiles rather than the Visual Studio project files, to
ease future maintenance.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 977d03a..33539ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,14 +31,14 @@ nodist_cairomm_libinclude_HEADERS = cairommconfig.h pkgconfigdir = $(libdir)/pkgconfig nodist_pkgconfig_DATA = $(CAIROMM_INSTALL_PC) -include $(srcdir)/MSVC_Net2017/filelist.am +include $(srcdir)/MSVC_NMake/filelist.am -msvc_files = $(addprefix MSVC_Net2017/,$(msvc_net2017_data)) +msvc_files = $(addprefix MSVC_NMake/,$(msvc_net2017_data)) dist_noinst_DATA = MAINTAINERS $(msvc_files) dist_noinst_SCRIPTS = autogen.sh -DISTCLEANFILES = MSVC_Net2017/cairomm/cairommconfig.h +DISTCLEANFILES = MSVC_NMake/cairomm/cairommconfig.h # Optional: auto-generate the ChangeLog file from the git log on make dist include $(top_srcdir)/build/dist-changelog.am |