~ubuntu-branches/ubuntu/intrepid/compiz-fusion-plugins-main/intrepid-proposed

« back to all changes in this revision

Viewing changes to src/scaleaddon/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-10-29 12:35:14 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20071029123514-3bsfje9dk1tyu099
Tags: 0.6.0+git20071027-0ubuntu1
* new snapshot of the 0.6 branch
* debian/patches/04_wall_animation_fix.diff:
  - dropped, part of the upstream source now

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
endif
9
9
 
10
10
INCLUDES =                              \
 
11
        -I$(top_srcdir)/include         \
11
12
        @COMPIZ_CFLAGS@                  \
12
13
        @SCALE_CFLAGS@                   \
13
14
        -DDATADIR='"$(compdatadir)"'        \
14
15
        -DLIBDIR='"$(libdir)"'              \
15
16
        -DLOCALEDIR="\"@datadir@/locale\""  \
16
 
        -DIMAGEDIR='"$(imagedir)"'          \
17
 
        -I$(top_srcdir)/include
 
17
        -DIMAGEDIR='"$(imagedir)"'          
18
18
 
19
19
moduledir = $(plugindir)
20
20