[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:
parent
19a53054fd
commit
d263e7a78b
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user