From 94b905b9e110c671698a0cd59fa827f6ddb0a84d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 19 Jan 2011 14:33:27 +0000 Subject: build: Generate an instealled config header Clutter has some platform-specific API that is accessible only if the right backend has been compiled in. Third party applications that wish to be portable across backends might want to use defines and other pre-processor tricks to determine header inclusion and API usage. While Clutter has an internal set of symbols it can use, third party applications don't have the luxury of being able to access the config.h generated by Clutter's configure script. For this reason, Clutter should install a configuration header with a series of namespaced defines that can be picked up by applications and other third party code. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 68ff6d44d..04a2e6cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ compile stamp-enum-types stamp-marshal /ChangeLog* +/clutter/clutter-config.h /clutter/clutter-enum-types.[ch] /clutter/clutter-marshal.[ch] /clutter/clutter-version.h -- cgit v1.2.1