diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-12-17 19:14:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-12-17 19:15:29 -0500 |
commit | c23122b5e9e1933d09389a3e88d8d42de89f6727 (patch) | |
tree | 7bc154118e3b31d86201a3bb535b71fbd5455dfa /build | |
parent | b055c828152b01d4e00182b24dc841136f50b4e1 (diff) | |
download | glib-c23122b5e9e1933d09389a3e88d8d42de89f6727.tar.gz |
Fix distcheck
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile-newvs.am | 2 | ||||
-rw-r--r-- | build/win32/vs11/Makefile.am | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build/Makefile-newvs.am b/build/Makefile-newvs.am index 2479b09bf..df2130e3d 100644 --- a/build/Makefile-newvs.am +++ b/build/Makefile-newvs.am @@ -27,6 +27,6 @@ create_vcxproj: done copy_filters: - cp $(top_builddir)/build/win32/vs10/*.vcxproj.filters $(top_builddir)/build/win32/vs11/ + cp $(top_srcdir)/build/win32/vs10/*.vcxproj.filters $(top_builddir)/build/win32/vs11/ diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am index 5b351bc3a..54594a0e5 100644 --- a/build/win32/vs11/Makefile.am +++ b/build/win32/vs11/Makefile.am @@ -30,7 +30,8 @@ EXTRA_DIST = \ gresource.vcxproj.filters \ install.vcxproj +DISTCLEANFILES = $(EXTRA_DIST) + MSVC_SLN = glib include $(top_srcdir)/build/Makefile-newvs.am - |