summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-19 11:44:45 +0200
committerinfirit <[email protected]>2013-10-19 13:19:52 +0200
commitae9befd601aa4478064ab04efeb8fd67bd90b49b (patch)
treeaf5212e1fb820c3220ecbc00026e130b973c9b74 /stickynotes
parent32a2bc051959798d978e6967bd34ff8882aada39 (diff)
downloadmate-applets-ae9befd601aa4478064ab04efeb8fd67bd90b49b.tar.bz2
mate-applets-ae9befd601aa4478064ab04efeb8fd67bd90b49b.tar.xz
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
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am
index 9036bd7b..f79c5d08 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