~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to clutter/fruity/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • 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
1
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
2
2
 
3
3
INCLUDES = \
4
 
        -DG_LOG_DOMAIN=\"ClutterFruity\"        \
 
4
        -DG_LOG_DOMAIN=\"ClutterFruity\"        \
5
5
        -DCLUTTER_COMPILATION                   \
6
6
        -I$(top_srcdir)                         \
7
 
        -I$(top_srcdir)/clutter                 \
8
 
        -I$(top_builddir)/clutter
 
7
        -I$(top_srcdir)/clutter                 \
 
8
        -I$(top_srcdir)/clutter/cogl            \
 
9
        -I$(top_builddir)/clutter               \
 
10
        -I$(top_builddir)/clutter/cogl
9
11
 
10
12
common_ldadd = $(CLUTTER_LIBS)
11
13