diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2018-08-30 16:07:56 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2018-08-30 16:07:56 +0800 |
commit | 656aba88b85ca08f28ec7a7f1118840934707b1f (patch) | |
tree | 41172172974036128e9cb2485102a50fe0f1ba43 /configure.ac | |
parent | 6b13a421fa663c691453077aed61ffbc3f2e4ebb (diff) | |
download | gsettings-desktop-schemas-656aba88b85ca08f28ec7a7f1118840934707b1f.tar.gz |
builds: Move MSVC build files up one level
Put all the Visual Studio build files into win32/, not build/win32,
to simplify things, as the old build/win32 notion is a thing of the
past.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 66ac67b..e02bfd7 100644 --- a/configure.ac +++ b/configure.ac @@ -25,9 +25,8 @@ IT_PROG_INTLTOOL([0.50.1]) AC_OUTPUT([ Makefile gsettings-desktop-schemas.pc -build/Makefile -build/win32/Makefile -build/win32/gsettings-desktop-schemas-msvc.mak +win32/Makefile +win32/gsettings-desktop-schemas-msvc.mak headers/Makefile schemas/Makefile po/Makefile.in |