diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-07-10 22:21:16 +0800 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-08-07 01:24:39 +0800 |
commit | b1642e68a321a80d7557863409455375906c14ba (patch) | |
tree | 56f6589a7645fda471836feab160c17c80702d24 /data/Makefile.am | |
parent | 2fe171b03ebf6e2a4f726e456527cacafa1c4194 (diff) | |
download | gsoc2013-empathy-b1642e68a321a80d7557863409455375906c14ba.tar gsoc2013-empathy-b1642e68a321a80d7557863409455375906c14ba.tar.gz gsoc2013-empathy-b1642e68a321a80d7557863409455375906c14ba.tar.bz2 gsoc2013-empathy-b1642e68a321a80d7557863409455375906c14ba.tar.lz gsoc2013-empathy-b1642e68a321a80d7557863409455375906c14ba.tar.xz gsoc2013-empathy-b1642e68a321a80d7557863409455375906c14ba.tar.zst gsoc2013-empathy-b1642e68a321a80d7557863409455375906c14ba.zip |
Put codec preferences in a configuration file
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 52108fbe7..94737140f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -30,6 +30,10 @@ schemas_in_files = empathy.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ +streamingprefsdir = $(datadir)/empathy +streamingprefs_DATA = \ + codec-preferences + if GCONF_SCHEMAS_INSTALL install-data-local: if test -z "$(DESTDIR)" ; then \ |