aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-10 02:10:45 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-08 18:41:28 +0800
commit80083cd6163de9c5bb41244f03cc673c61cd072f (patch)
treef7e7e6964b60a7c0b36a036b769f87388fa24070
parent03ad19bdbc539ab4e12fdd72d22d1b507aae487b (diff)
downloadgsoc2013-empathy-80083cd6163de9c5bb41244f03cc673c61cd072f.tar
gsoc2013-empathy-80083cd6163de9c5bb41244f03cc673c61cd072f.tar.gz
gsoc2013-empathy-80083cd6163de9c5bb41244f03cc673c61cd072f.tar.bz2
gsoc2013-empathy-80083cd6163de9c5bb41244f03cc673c61cd072f.tar.lz
gsoc2013-empathy-80083cd6163de9c5bb41244f03cc673c61cd072f.tar.xz
gsoc2013-empathy-80083cd6163de9c5bb41244f03cc673c61cd072f.tar.zst
gsoc2013-empathy-80083cd6163de9c5bb41244f03cc673c61cd072f.zip
Add a dummy EULA so we can create Skype accounts
-rw-r--r--data/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 98eefb973..b7fb23e9d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -61,6 +61,9 @@ pixmaps_DATA = \
plugged-into-skype.png \
$(NULL)
+euladir = $(datadir)/empathy
+eula_DATA = skype-eula.txt
+
EXTRA_DIST = \
$(convert_DATA) \
$(desktop_in_files) \
@@ -72,6 +75,7 @@ EXTRA_DIST = \
$(servicefile_in_files) \
$(gsettings_files) \
$(pixmaps_DATA) \
+ $(eula_DATA) \
$(NULL)
DISTCLEANFILES = \