From e8be955849664584f1fb697fd904ae9f85945a5e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 15 Apr 2016 10:25:20 +0200 Subject: GTK+-3 theming: add a CSS file for caja, and initialize it at startup inspired by: https://git.gnome.org/browse/nautilus/commit/?id=dad5d12 --- data/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 2d79e780..0342a34c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -33,6 +33,7 @@ cajadata_DATA = \ browser.xml \ caja-extras.placeholder \ caja-suggested.placeholder \ + caja.css \ $(NULL) # app data file @@ -43,6 +44,7 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml) EXTRA_DIST = $(cajadata_DATA) \ caja.desktop \ caja.desktop.in \ + caja.css \ freedesktop-dbus-interfaces.xml \ $(xml_in_files) \ $(desktop_in_files) \ -- cgit v1.2.1