diff options
author | raveit65 <[email protected]> | 2019-03-09 22:04:28 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-09 22:04:28 +0100 |
commit | a15f7f661c0a5a463286031507c01e8629221423 (patch) | |
tree | 0bbf2077a17d9c0f97a1410d6a96597da0882147 | |
parent | a3e0122d98801b3049143dd3d6b8cc3567f6c2eb (diff) | |
download | mate-media-a15f7f661c0a5a463286031507c01e8629221423.tar.bz2 mate-media-a15f7f661c0a5a463286031507c01e8629221423.tar.xz |
fix distclean
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 27c8e92..52a96d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,9 @@ EXTRA_DIST = \ $(NULL) DISTCLEANFILES = \ + mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet \ + mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service \ + mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet.in \ po/.intltool-merge-cache \ $(NULL) |