diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2182ed0f5..43c3bb66c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -10,6 +10,11 @@ schemas_in_files = empathy.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ +streamingprefsdir = $(datadir)/empathy +streamingprefs_DATA = \ + codec-preferences \ + element-properties + if GCONF_SCHEMAS_INSTALL install-data-local: if test -z "$(DESTDIR)" ; then \ @@ -29,6 +34,7 @@ EXTRA_DIST = \ $(desktop_DATA) \ $(schemas_in_files) \ $(schemas_DATA) \ + $(streamingprefs_DATA) \ $(html_DATA) DISTCLEANFILES = \ |