summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 7b7d3721..cca1600c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,5 @@
-default_layoutdir = $(datadir)/mate-panel
-default_layout_DATA = panel-default-layout.mate
+layoutdir = $(datadir)/mate-panel/layouts
+layout_DATA = default.layout
@INTLTOOL_XML_NOMERGE_RULE@
@@ -26,7 +26,7 @@ convert_DATA = mate-panel.convert
EXTRA_DIST = \
$(convert_DATA) \
$(panel_gschemas_in_in) \
- panel-default-layout.mate
+ $(layout_DATA)
CLEANFILES = \
$(panel_gschemas_in) \