From d263e7a78b7e98b2b87a51a194b93473344b6b27 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 10 Aug 2009 17:19:04 +0100 Subject: [PATCH] [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./clutter --- clutter/json/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/json/Makefile.am b/clutter/json/Makefile.am index 0804658b5..28d0512cc 100644 --- a/clutter/json/Makefile.am +++ b/clutter/json/Makefile.am @@ -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 =