build: Move config.h under clutter/

We should not have header files in the project root.
This commit is contained in:
Emmanuele Bassi
2012-07-28 17:40:57 +01:00
parent 0df23b7fd6
commit 9f83b64182
6 changed files with 16 additions and 12 deletions

View File

@@ -338,6 +338,12 @@ built_source_h = \
DISTCLEANFILES += clutter-config.h
EXTRA_DIST += clutter-config.h.in
# win32 config header
EXTRA_DIST += \
config.h.win32.in \
config.h.win32 \
$(NULL)
# version header
DISTCLEANFILES += clutter-version.h
EXTRA_DIST += clutter-version.h.in clutter-version.h