diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-24 22:07:53 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-24 22:07:53 +0800 |
commit | c8b9556a479bf866ef5c76ed175350bf489c7494 (patch) | |
tree | 9cccbea594eeb06cfa50744975093a66d95b5fb6 | |
parent | c15b53055ffceebdb4737df52bbf07fa5ee8f519 (diff) | |
download | gsoc2013-empathy-c8b9556a479bf866ef5c76ed175350bf489c7494.tar gsoc2013-empathy-c8b9556a479bf866ef5c76ed175350bf489c7494.tar.gz gsoc2013-empathy-c8b9556a479bf866ef5c76ed175350bf489c7494.tar.bz2 gsoc2013-empathy-c8b9556a479bf866ef5c76ed175350bf489c7494.tar.lz gsoc2013-empathy-c8b9556a479bf866ef5c76ed175350bf489c7494.tar.xz gsoc2013-empathy-c8b9556a479bf866ef5c76ed175350bf489c7494.tar.zst gsoc2013-empathy-c8b9556a479bf866ef5c76ed175350bf489c7494.zip |
add empathy.application to EXTRA_DISTEMPATHY_3_5_4_1
-rw-r--r-- | ubuntu-online-accounts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu-online-accounts/Makefile.am b/ubuntu-online-accounts/Makefile.am index ede2fa55c..66c4ddbd4 100644 --- a/ubuntu-online-accounts/Makefile.am +++ b/ubuntu-online-accounts/Makefile.am @@ -3,3 +3,5 @@ SUBDIRS = mc-plugin appdir = $(ACCOUNTS_APPLICATION_FILES_DIR) app_DATA = empathy.application + +EXTRA_DIST = $(app_DATA) |