diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 5 | ||||
-rw-r--r-- | data/empathy.css | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ffef27bf1..8a61b5eab 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -56,6 +56,11 @@ html_DATA = \ empathy-log-window.html \ $(NULL) +cssdir = $(datadir)/empathy +css_DATA = \ + empathy.css \ + $(NULL) + EXTRA_DIST = \ $(convert_DATA) \ $(desktop_in_files) \ diff --git a/data/empathy.css b/data/empathy.css new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/empathy.css |