diff options
Diffstat (limited to 'applets/fish/Makefile.am')
-rw-r--r-- | applets/fish/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am index d25c5eb0..5ba408ee 100644 --- a/applets/fish/Makefile.am +++ b/applets/fish/Makefile.am @@ -81,6 +81,9 @@ gsettings_SCHEMAS = org.mate.panel.applet.fish.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ @GSETTINGS_RULES@ +%.gschema.xml.in: %.gschema.xml.in.in Makefile + $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ + EXTRA_DIST = \ wanda.svg \ $(fishbitmaps_DATA) \ |