diff --git a/Makefile.am b/Makefile.am index 1b024f928..1c37c564f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,6 @@ EXTRA_DIST = \ ChangeLog.pre-git-import \ README.in \ README \ - config.h.win32 \ - config.h.win32.in \ $(NULL) CLEANFILES = $(pcfiles) diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props index 5b2f6392f..006c5dc22 100644 --- a/build/win32/vs10/clutter.props +++ b/build/win32/vs10/clutter.props @@ -17,9 +17,9 @@ $(BaseBuildDef);TESTS_DATADIR="../share/clutter-$(ClutterApiVersion)/data" $(BaseBuildDef);TESTS_DATA_DIR="../share/clutter-$(ClutterApiVersion)/data";$(ClutterDisableDeprecationWarnings) -if exist ..\..\..\config.h goto DONE_CONFIG_H +if exist ..\..\..\clutter\config.h goto DONE_CONFIG_H -copy ..\..\..\config.h.win32 ..\..\..\config.h +copy ..\..\..\clutter\config.h.win32 ..\..\..\clutter\config.h :DONE_CONFIG_H @@ -34,9 +34,9 @@ copy ..\..\..\clutter\clutter-config.h.win32 ..\..\..\clutter\clutter-config.h :DONE_CLUTTER_CONFIG_H -if exist ..\..\..\config.h goto DONE_CONFIG_H +if exist ..\..\..\clutter\config.h goto DONE_CONFIG_H -copy ..\..\..\config.h.win32 ..\..\..\config.h +copy ..\..\..\clutter\config.h.win32 ..\..\..\clutter\config.h :DONE_CONFIG_H diff --git a/build/win32/vs9/clutter.vsprops b/build/win32/vs9/clutter.vsprops index 47b658e4d..b6ed7c8c6 100644 --- a/build/win32/vs9/clutter.vsprops +++ b/build/win32/vs9/clutter.vsprops @@ -77,8 +77,8 @@