summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:45:08 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:45:08 +0000
commit840dc089b307ec92829ec1168d4e49358910c6be (patch)
tree25a970c84421d888bc39bb1f0e4576b01e2ebc86 /data
parent4bf291a850d3c6b2dd25dbc63b5f85413202cace (diff)
downloadtelepathy-salut-840dc089b307ec92829ec1168d4e49358910c6be.tar.gz
Add comment explaining why the .service.in file has a shorter name than you might expect
20080421164508-53eee-50ee2a5f882df2251e132c2ea6326653d5b5c252.gz
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 22ec82e2..3504d644 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,6 +6,9 @@ manager_DATA = salut.manager
servicedir = $(datadir)/dbus-1/services
service_DATA = org.freedesktop.Telepathy.ConnectionManager.salut.service
+# We don't use the full filename for the .in because > 99 character filenames
+# in tarballs are non-portable (and automake 1.8 doesn't let us build
+# non-archaic tarballs)
org.freedesktop.Telepathy.ConnectionManager.salut.service: salut.service.in \
Makefile
@sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@