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/wncklet | |
parent | 7392995dc8ff15c9e91c60009d5f51ee978843d9 (diff) | |
download | mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.bz2 mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.xz |
Fixes for make dist
Diffstat (limited to 'applets/wncklet')
-rw-r--r-- | applets/wncklet/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am index b6842195..d7cba006 100644 --- a/applets/wncklet/Makefile.am +++ b/applets/wncklet/Makefile.am @@ -97,9 +97,10 @@ EXTRA_DIST = \ org.mate.panel.Wncklet.mate-panel-applet.in.in \ $(service_in_files) \ $(xmlui_DATA) \ - $(gsettings_SCHEMAS) \ + org.mate.panel.applet.window-list.gschema.xml.in.in \ + org.mate.panel.applet.workspace-switcher.gschema.xml.in.in \ $(ui_DATA) -CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) +CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS) -include $(top_srcdir)/git.mk |