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

« back to all changes in this revision

Viewing changes to src-session/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2010-01-08 08:53:18 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20100108085318-sloka5g4ai091fks
Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
libexec_PROGRAMS = \
3
 
        indicator-applet-session
4
 
 
5
 
indicator_applet_session_CFLAGS = \
6
 
        -DG_LOG_DOMAIN=\""Indicator-Applet"\" \
7
 
        -DDATADIR=\""$(datadir)"\" \
8
 
        -DINDICATOR_DIR=\""$(INDICATORDIR)"\" \
9
 
        -DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
10
 
        -I$(srcdir)/.. \
11
 
        $(APPLET_CFLAGS)
12
 
 
13
 
indicator_applet_session_SOURCES =                      \
14
 
        applet-main.c
15
 
 
16
 
indicator_applet_session_LDADD = \
17
 
        $(APPLET_LIBS)