diff options
Diffstat (limited to 'applets/fish/Makefile.am')
-rw-r--r-- | applets/fish/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am index 5ba408ee..f8688bac 100644 --- a/applets/fish/Makefile.am +++ b/applets/fish/Makefile.am @@ -91,8 +91,8 @@ EXTRA_DIST = \ $(service_in_files) \ $(ui_DATA) \ $(xmlui_DATA) \ - $(gsettings_SCHEMAS) + $(gsettings_SCHEMAS).in.in -CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) +CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS) -include $(top_srcdir)/git.mk |