diff options
author | raveit65 <[email protected]> | 2018-04-23 16:46:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 13:05:43 +0200 |
commit | 3db6772bd564fc2c592b61853b870dd8c9dc5e1b (patch) | |
tree | 160f735372c54812a02d62854ab1aa9def75e3eb /data/Makefile.am | |
parent | 9ee6deb9c12ebeb39337f228aa62abbb68ca5a38 (diff) | |
download | mate-panel-3db6772bd564fc2c592b61853b870dd8c9dc5e1b.tar.bz2 mate-panel-3db6772bd564fc2c592b61853b870dd8c9dc5e1b.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 |