aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 18:18:55 +0100
committerTed Gould <ted@canonical.com>2009-08-07 18:18:55 +0100
commitae15eee281b9e3a3df5d0a5d91450def1e76db4a (patch)
tree8cdad5d9b3f74e8c9f4ef8f226d245c0b39749d3 /data/Makefile.am
parenta3eb3eaa1500d9c9778f407c7e939a890aa9bdca (diff)
parent8fd9f27b56503242b97313e0f758c01195fe2f79 (diff)
downloadlibayatana-indicator-ae15eee281b9e3a3df5d0a5d91450def1e76db4a.tar.gz
libayatana-indicator-ae15eee281b9e3a3df5d0a5d91450def1e76db4a.tar.bz2
libayatana-indicator-ae15eee281b9e3a3df5d0a5d91450def1e76db4a.zip
Updating from upstream with two (count them) two applets
installed in the source.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a03fadc..c94932d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,11 +7,12 @@
serverdir = \
$(libdir)/bonobo/servers
server_in_files = \
- GNOME_IndicatorApplet.server.in
+ GNOME_IndicatorApplet.server.in \
+ GNOME_IndicatorAppletSUS.server.in
server_DATA = \
$(server_in_files:.server.in=.server)
-$(server_in_files): $(server_in_files:.server.in=.server.in.in)
+%.server.in: %.server.in.in
sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@
@INTLTOOL_SERVER_RULE@
@@ -67,6 +68,7 @@ CLEANFILES = \
EXTRA_DIST = \
$(icons_DATA) \
GNOME_IndicatorApplet.server.in.in \
+ GNOME_IndicatorAppletSUS.server.in.in \
$(schema_in_files)
MAINTAINERCLEANFILES = \