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

« back to all changes in this revision

Viewing changes to tests/micro-bench/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:
5
5
        test-picking \
6
6
        test-text-perf
7
7
 
8
 
INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/clutter -I$(top_builddir)/clutter
9
 
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_API_VERSION@.la
 
8
INCLUDES = \
 
9
        -I$(top_srcdir)/ \
 
10
        -I$(top_srcdir)/clutter \
 
11
        -I$(top_srcdir)/clutter/cogl \
 
12
        -I$(top_builddir)/clutter \
 
13
        -I$(top_builddir)/clutter/cogl
 
14
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_WINSYS@-@CLUTTER_API_VERSION@.la
10
15
AM_CFLAGS = \
11
16
        $(CLUTTER_CFLAGS) \
12
17
        $(MAINTAINER_CFLAGS) \