diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-25 15:23:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-25 15:23:23 +0800 |
commit | 3c2383ed3b0c0820f093dd18c2ef6a174e9f763c (patch) | |
tree | d33a66bdadbbdc2bba6472447e2644f7939272a7 | |
parent | 801e620269e59a70c738115d0d94342edc77fa8e (diff) | |
download | gsoc2013-empathy-3c2383ed3b0c0820f093dd18c2ef6a174e9f763c.tar gsoc2013-empathy-3c2383ed3b0c0820f093dd18c2ef6a174e9f763c.tar.gz gsoc2013-empathy-3c2383ed3b0c0820f093dd18c2ef6a174e9f763c.tar.bz2 gsoc2013-empathy-3c2383ed3b0c0820f093dd18c2ef6a174e9f763c.tar.lz gsoc2013-empathy-3c2383ed3b0c0820f093dd18c2ef6a174e9f763c.tar.xz gsoc2013-empathy-3c2383ed3b0c0820f093dd18c2ef6a174e9f763c.tar.zst gsoc2013-empathy-3c2383ed3b0c0820f093dd18c2ef6a174e9f763c.zip |
fix ubuntu-online-accounts/Makefile.amEMPATHY_3_6_0
-rw-r--r-- | ubuntu-online-accounts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu-online-accounts/Makefile.am b/ubuntu-online-accounts/Makefile.am index e964da556..416bb112a 100644 --- a/ubuntu-online-accounts/Makefile.am +++ b/ubuntu-online-accounts/Makefile.am @@ -7,6 +7,6 @@ empathy.application: empathy.application.in app_DATA = empathy.application -EXTRA_DIST = $(app_DATA) +EXTRA_DIST = empathy.application.in DISTCLEANFILES = $(app_DATA) |