From 1d7b2af663ced30266f1888ce98a77138b956087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 31 Aug 2016 07:01:05 +0200 Subject: [PATCH] build: Fix including both GTK+ themes in dist, bug #12737 --- Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 70789f3..ff04300 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,6 +118,14 @@ dist_smoketheme_DATA = themes/$(theme_dir)/Smoke/gtk.css zomgponiesthemedir = $(datadir)/themes/ZOMG-PONIES!/xfce-notify-4.0 dist_zomgponiestheme_DATA = themes/$(theme_dir)/ZOMG-PONIES!/gtk.css +dist_themes = \ + themes/gtk-3.0/Default/gtk.css \ + themes/gtk-3.0/Smoke/gtk.css \ + themes/gtk-3.0/ZOMG-PONIES!/gtk.css \ + themes/gtk-3.20/Default/gtk.css \ + themes/gtk-3.20/Smoke/gtk.css \ + themes/gtk-3.20/ZOMG-PONIES!/gtk.css + built_xfce4_notifyd = \ xfce4-notifyd/xfce-notify-gbus.c \ xfce4-notifyd/xfce-notify-gbus.h @@ -154,7 +162,8 @@ dist_noinst_DATA = \ $(dist_misc) \ $(dist_intltool) \ $(dist_service) \ - $(dist_xfce4_notifyd_config) + $(dist_xfce4_notifyd_config) \ + $(dist_themes) dist_noinst_SCRIPTS = \ $(dist_autogen) -- 2.9.3