diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 18:47:02 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 18:47:02 +0100 |
commit | 3a8b5caef72bd16f0fb4da9bb4b27b7c8b95f16e (patch) | |
tree | 5f2e1dc91b342a28064c4a33475a9de3ff331410 /data/Makefile.am | |
parent | 38e4c747a4c637441224b8c20092d15a330ad257 (diff) | |
download | libayatana-indicator-3a8b5caef72bd16f0fb4da9bb4b27b7c8b95f16e.tar.gz libayatana-indicator-3a8b5caef72bd16f0fb4da9bb4b27b7c8b95f16e.tar.bz2 libayatana-indicator-3a8b5caef72bd16f0fb4da9bb4b27b7c8b95f16e.zip |
Changing the Bonobo server description file name to match that of FUSA.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index c94932d..0908bb0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,7 +8,7 @@ serverdir = \ $(libdir)/bonobo/servers server_in_files = \ GNOME_IndicatorApplet.server.in \ - GNOME_IndicatorAppletSUS.server.in + GNOME_FastUserSwitchApplet.server.in server_DATA = \ $(server_in_files:.server.in=.server) @@ -68,7 +68,7 @@ CLEANFILES = \ EXTRA_DIST = \ $(icons_DATA) \ GNOME_IndicatorApplet.server.in.in \ - GNOME_IndicatorAppletSUS.server.in.in \ + GNOME_FastUserSwitchApplet.server.in.in \ $(schema_in_files) MAINTAINERCLEANFILES = \ |