summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-09-07 12:06:16 +0200
committerSjoerd Simons <sjoerd@luon.net>2012-09-07 12:13:47 +0200
commitb48bbfd648cf56249fcb40a5b0ce06606830a367 (patch)
treeaf07e97815c378d5913fde12c1978baf0d0e334a
parent423a8d704c417a51142f4414297255f7964ae742 (diff)
Fix make dist
-rw-r--r--data/phoenix/Makefile.am10
-rw-r--r--src/Makefile.am9
2 files changed, 13 insertions, 6 deletions
diff --git a/data/phoenix/Makefile.am b/data/phoenix/Makefile.am
index 6b920fd..1a948a6 100644
--- a/data/phoenix/Makefile.am
+++ b/data/phoenix/Makefile.am
@@ -1,5 +1,15 @@
U_DBUS=uninstalled/dbus-1/services
+EXTRA_DIST = \
+ dbus-services/Phoenix.Approver.service.in \
+ dbus-services/Phoenix.Authenticator.service.in \
+ dbus-services/Phoenix.EchoCall.service.in \
+ dbus-services/Phoenix.EchoText.service.in \
+ telepathy-clients/Phoenix.Approver.client \
+ telepathy-clients/Phoenix.Authenticator.client \
+ telepathy-clients/Phoenix.EchoCall.client \
+ telepathy-clients/Phoenix.EchoText.client
+
service_files = \
org.freedesktop.Telepathy.Client.Phoenix.EchoCall.service \
org.freedesktop.Telepathy.Client.Phoenix.EchoText.service \
diff --git a/src/Makefile.am b/src/Makefile.am
index 7cd79e0..f75497f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,11 +1,8 @@
EXTRA_DIST = \
- approver.py \
- echo-text.py \
- phoenix.py \
- phoenix-test.py \
- util.py \
echo-call-info.xml \
- $(bin_SCRIPTS_IN)
+ $(bin_SCRIPTS_IN) \
+ $(python_DATA) \
+ $(libexec_SCRIPTS)
bin_SCRIPTS=phoenix phoenix-test
bin_SCRIPTS_IN=phoenix.in phoenix-test.in