diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-10 19:39:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-11 19:26:33 +0800 |
commit | 473a3821f0185b1af001bce45bef98d69a720cff (patch) | |
tree | c9b529e40f54d6be393d21ea8749f3b4ec9f32d5 /data/Makefile.am | |
parent | a26f30468a501a94410f6d771df57eae01eb253a (diff) | |
download | gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.gz gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.bz2 gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.lz gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.xz gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.zst gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.zip |
add sametime profile (#562981)
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 48cc350cc..50ac35185 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -17,7 +17,8 @@ profile_DATA = \ sipphone.profile \ groupwise.profile \ gadugadu.profile \ - qq.profile + qq.profile \ + sametime.profile desktopdir = $(datadir)/applications desktop_in_files = empathy.desktop.in |