diff options
author | raveit65 <[email protected]> | 2018-04-23 16:46:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 13:01:37 +0200 |
commit | 217044626cf1aef24ff3090d8d8ce4f380f48658 (patch) | |
tree | 8e8dd895d2514bc1fd4bc0a2dbda38feb802a94a /data/Makefile.am | |
parent | fb3abe3bc1cf858638867a2b92c53c5caf8e060f (diff) | |
download | mate-panel-217044626cf1aef24ff3090d8d8ce4f380f48658.tar.bz2 mate-panel-217044626cf1aef24ff3090d8d8ce4f380f48658.tar.xz |
css: Convert to GResource
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ad405ccd..74c58edd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,6 @@ +SUBDIRS = \ + theme + layoutdir = $(datadir)/mate-panel/layouts layout_DATA = \ default.layout \ @@ -7,11 +10,6 @@ layout_DATA = \ opensuse.layout \ ubuntu.layout -matepaneldir = $(datadir)/mate-panel -matepanel_DATA = \ - mate-panel.css \ - panel-grid-symbolic.svg - @INTLTOOL_XML_NOMERGE_RULE@ gsettings_ENUM_NAMESPACE = org.mate.panel |