~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to clutter/json/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/build/autotools/Makefile.am.silent
 
2
 
1
3
source_c = \
2
4
        $(srcdir)/json-array.c  \
3
5
        $(srcdir)/json-generator.c \
25
27
        -I$(top_srcdir) \
26
28
        -DG_DISABLE_SINGLE_INCLUDES \
27
29
        -DG_LOG_DOMAIN=\"Clutter-Json\" \
28
 
        -DG_DISABLE_DEPRECATED
 
30
        -DG_DISABLE_DEPRECATED \
 
31
        -DJSON_COMPILATION
29
32
 
30
33
AM_CFLAGS = $(MAINTAINER_CFLAGS)
31
34
 
32
 
clutterjsondir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter/json
 
35
clutterjsondir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter/json
33
36
clutterjson_HEADERS = $(source_h)
34
37
 
35
38
noinst_DATA =
39
42
BUILT_GIRSOURCES =
40
43
 
41
44
ClutterJson-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-json.la
42
 
        $(INTROSPECTION_SCANNER) -v --namespace ClutterJson --nsversion=@CLUTTER_API_VERSION@ \
 
45
        $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
 
46
                --namespace ClutterJson --nsversion=@CLUTTER_API_VERSION@ \
 
47
                $(INCLUDES) \
43
48
                --add-include-path=$(srcdir) --add-include-path=. \
44
49
                --include=GObject-2.0 \
45
50
                --library=libclutter-json.la \