diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-04-21 16:45:08 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-04-21 16:45:08 +0000 |
commit | 840dc089b307ec92829ec1168d4e49358910c6be (patch) | |
tree | 25a970c84421d888bc39bb1f0e4576b01e2ebc86 /data/Makefile.am | |
parent | 4bf291a850d3c6b2dd25dbc63b5f85413202cace (diff) |
Add comment explaining why the .service.in file has a shorter name than you might expect
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
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)|" $< > $@ |