diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-30 22:09:14 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-30 22:09:14 +0200 |
commit | 227eba6c0e82864c5fab857653cc2af6bbe20251 (patch) | |
tree | 5bd14189c6d367bbe5f45e5d1879adabed4af36e /applets/fish/Makefile.am | |
parent | 7392995dc8ff15c9e91c60009d5f51ee978843d9 (diff) | |
download | mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.bz2 mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.xz |
Fixes for make dist
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 |