diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 14:19:27 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 14:19:27 +0100 |
commit | 5bc7f7d4b45e8aa2242c5681edc0715292dea030 (patch) | |
tree | 499f347cae95ea79433d0f45de4fc4845e635687 /data/Makefile.am | |
parent | 99caa033d3e55596c78d9e86d931768c447b6586 (diff) | |
download | libayatana-indicator-5bc7f7d4b45e8aa2242c5681edc0715292dea030.tar.gz libayatana-indicator-5bc7f7d4b45e8aa2242c5681edc0715292dea030.tar.bz2 libayatana-indicator-5bc7f7d4b45e8aa2242c5681edc0715292dea030.zip |
Adding a new server to connect with our new applet. Still needs changes as it's just a copy.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index a03fadc..35b709b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,7 +7,8 @@ serverdir = \ $(libdir)/bonobo/servers server_in_files = \ - GNOME_IndicatorApplet.server.in + GNOME_IndicatorApplet.server.in \ + GNOME_FastUserSwitchApplet.server.in server_DATA = \ $(server_in_files:.server.in=.server) @@ -67,6 +68,7 @@ CLEANFILES = \ EXTRA_DIST = \ $(icons_DATA) \ GNOME_IndicatorApplet.server.in.in \ + GNOME_FastUserSwitchApplet.server.in.in \ $(schema_in_files) MAINTAINERCLEANFILES = \ |