1
0
Fork 0

[build] Install JSON headers inside the right directory

Don't install inside the clutter-MAJOR_MINOR/ directory, but use
the API_VERSION (1.0).

Otherwise we'd have the Clutter headers for 1.x inside:

        $includedir/clutter-1.0/clutter

And the JSON-related headers inside:

        $includedir/clutter-1.<minor>/clutter
This commit is contained in:
Emmanuele Bassi 2009-08-10 17:19:04 +01:00
parent 19a53054fd
commit d263e7a78b

View file

@ -29,7 +29,7 @@ INCLUDES = \
AM_CFLAGS = $(MAINTAINER_CFLAGS)
clutterjsondir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter/json
clutterjsondir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/json
clutterjson_HEADERS = $(source_h)
noinst_DATA =