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

« back to all changes in this revision

Viewing changes to src/opacify/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:
6
6
libopacify_la_SOURCES = opacify_options.c opacify_options.h opacify.c
7
7
 
8
8
INCLUDES =                              \
 
9
        -I$(top_srcdir)/include         \
9
10
        @COMPIZ_CFLAGS@                  \
10
11
        -DDATADIR='"$(compdatadir)"'        \
11
12
        -DLIBDIR='"$(libdir)"'              \
12
13
        -DLOCALEDIR="\"@datadir@/locale\""  \
13
 
        -DIMAGEDIR='"$(imagedir)"'          \
14
 
        -I$(top_srcdir)/include
 
14
        -DIMAGEDIR='"$(imagedir)"'         
15
15
 
16
16
moduledir = $(plugindir)
17
17