From 7d30643ea7b0a6049aed535fa9cbeeb59ca02542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Mon, 8 May 2017 23:10:46 +0200 Subject: [PATCH] install css style file --- data/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/Makefile.am b/data/Makefile.am index c3cbbd0d5..2e22a4932 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -16,6 +16,9 @@ installdefs_DATA = defs.py soundsdir = $(pkgdatadir)/data/sounds sounds_DATA = $(srcdir)/sounds/*.wav +styledir = $(pkgdatadir)/data/style +style_DATA = $(srcdir)/style/*.css + otherdir = $(pkgdatadir)/data/other other_DATA = other/servers.xml other/dh4096.pem # other/cacert.pem is used only on Windows. On Unix platforms @@ -27,6 +30,7 @@ man_MANS = gajim.1 gajim-remote.1 gajim-history-manager.1 EXTRA_DIST = $(appstream_in_files) \ $(desktop_in_files) \ $(sounds_DATA) \ + $(style_DATA) \ $(other_DATA) \ $(man_MANS) \ defs.py.in