~ubuntu-branches/ubuntu/maverick/indicator-applet/maverick

« back to all changes in this revision

Viewing changes to src-session/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-01 16:18:35 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090901161835-pjlgc4cvy5jv94xe
Tags: 0.2.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
GMSGFMT = @GMSGFMT@
134
134
GNOMELOCALEDIR = @GNOMELOCALEDIR@
135
135
GREP = @GREP@
 
136
INDICATORDIR = @INDICATORDIR@
 
137
INDICATORICONSDIR = @INDICATORICONSDIR@
136
138
INSTALL = @INSTALL@
137
139
INSTALL_DATA = @INSTALL_DATA@
138
140
INSTALL_PROGRAM = @INSTALL_PROGRAM@
244
246
indicator_applet_session_CFLAGS = \
245
247
        -DG_LOG_DOMAIN=\""Indicator-Applet"\" \
246
248
        -DDATADIR=\""$(datadir)"\" \
247
 
        -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \
 
249
        -DINDICATOR_DIR=\""$(INDICATORDIR)"\" \
 
250
        -DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
248
251
        -I$(srcdir)/.. \
249
252
        $(APPLET_CFLAGS)
250
253