summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:43:50 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:43:50 +0000
commit11dba415f817f232cca23f950d2307d91ae928b1 (patch)
tree125bfda47c58b8c5a674de040e923a074bba46f8 /data
parentcfd35bf592be06b5368ee96c8a42e08af3e2e741 (diff)
Add comments explaining why the .service.in file has a shorter name than you might expect
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 8435179d..09e3e5ee 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,6 +6,9 @@ manager_DATA = gabble.manager
servicedir = $(datadir)/dbus-1/services
service_DATA = org.freedesktop.Telepathy.ConnectionManager.gabble.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.gabble.service: gabble.service.in \
Makefile
@sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@