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

« back to all changes in this revision

Viewing changes to data/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:
8
8
        $(libdir)/bonobo/servers
9
9
server_in_files =                               \
10
10
        GNOME_IndicatorApplet.server.in \
 
11
        GNOME_IndicatorAppletComplete.server.in \
11
12
        GNOME_FastUserSwitchApplet.server.in
12
13
server_DATA =                                   \
13
14
        $(server_in_files:.server.in=.server)
68
69
EXTRA_DIST =                                    \
69
70
        $(icons_DATA) \
70
71
        GNOME_IndicatorApplet.server.in.in      \
 
72
        GNOME_IndicatorAppletComplete.server.in.in      \
71
73
        GNOME_FastUserSwitchApplet.server.in.in \
72
74
        $(schema_in_files)
73
75