diff options
author | rbuj <[email protected]> | 2020-02-06 04:22:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-17 15:03:02 +0100 |
commit | 575a45056a5df80425ae109e7b63b91fd57d8e8b (patch) | |
tree | 9bae6766b2d3bfb847de739ed257ab1892aff6df | |
parent | ac126c9bdfd70d899a6926a8a1194ebeeb23436b (diff) | |
download | mate-desktop-575a45056a5df80425ae109e7b63b91fd57d8e8b.tar.bz2 mate-desktop-575a45056a5df80425ae109e7b63b91fd57d8e8b.tar.xz |
build: remove mate-about.h on distclean target instead of clean
-rw-r--r-- | mate-about/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 85d763c..b4d0d1d 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -24,7 +24,9 @@ EXTRA_DIST = \ mate-about.h.in \ mate-version.xml.in -CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) $(version_DATA) mate-about.h +CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) $(version_DATA) + +DISTCLEANFILES = mate-about.h #-include $(top_srcdir)/git.mk |