~smspillaz/compiz-core/compiz-core.fix_939228

« back to all changes in this revision

Viewing changes to plugins/Makefile.am

  • Committer: Mike Dransfield
  • Date: 2007-04-15 14:19:21 UTC
  • mfrom: (1094.1.50)
  • Revision ID: git-v1:499ec5365265f55edebb9b4276784612b341a8e7
Merge branch 'master' of git://git.freedesktop.org/git/xorg/app/compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
        -DLOCALEDIR="\"@datadir@/locale\""      \
162
162
        -DPLUGINDIR=\"$(plugindir)\"            \
163
163
        -DIMAGEDIR=\"$(imagedir)\"              \
164
 
        -I$(top_srcdir)/include
 
164
        -I$(top_srcdir)/include                 \
 
165
        -DMETADATADIR=\"$(metadatadir)\"
165
166
 
166
167
moduledir = $(plugindir)
167
168