aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-05 21:49:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-05 21:49:53 +0800
commit3a336862a3ea92f19bfc92d7cebe4787044980cd (patch)
treece1d24ffb67fd349ee029fe121cefa782194004e /data
parentc221197779fdaa77d2b0546702f02c7be6719a95 (diff)
downloadgsoc2013-empathy-3a336862a3ea92f19bfc92d7cebe4787044980cd.tar
gsoc2013-empathy-3a336862a3ea92f19bfc92d7cebe4787044980cd.tar.gz
gsoc2013-empathy-3a336862a3ea92f19bfc92d7cebe4787044980cd.tar.bz2
gsoc2013-empathy-3a336862a3ea92f19bfc92d7cebe4787044980cd.tar.lz
gsoc2013-empathy-3a336862a3ea92f19bfc92d7cebe4787044980cd.tar.xz
gsoc2013-empathy-3a336862a3ea92f19bfc92d7cebe4787044980cd.tar.zst
gsoc2013-empathy-3a336862a3ea92f19bfc92d7cebe4787044980cd.zip
add css_DATA to EXTRA_DIST and DISTCLEANFILESEMPATHY_3_5_2
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 6f12bc705..e22d909e3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -70,11 +70,13 @@ EXTRA_DIST = \
$(clientfile_DATA) \
$(servicefile_in_files) \
$(gsettings_SCHEMAS) \
+ $(css_DATA) \
$(NULL)
DISTCLEANFILES = \
$(desktop_DATA) \
$(schemas_DATA) \
$(servicefile_DATA) \
+ $(css_DATA) \
gschemas.compiled \
$(NULL)