From 31289af8390241e97c385528f5d7605a28a6bc8e Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 11:44:45 +0200 Subject: Fix EXTRA_DIST for applet gschemas The following fails to include the needed schemas files: $(gsettings_SCHEMAS_in_in) replacing it with: $(gsettings_SCHEMAS).in.in --- stickynotes/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stickynotes') diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 0206a41d..1444451f 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -79,7 +79,7 @@ endif EXTRA_DIST = \ $(builder_files) \ $(ui_files) \ - $(gsettings_SCHEMAS_in_in) \ + $(gsettings_SCHEMAS).in.in \ $(convert_DATA) \ $(service_in_files) \ org.mate.applets.StickyNotesApplet.mate-panel-applet.in.in -- cgit v1.2.1