summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-21 11:47:12 +0200
committerraveit65 <[email protected]>2020-07-05 21:39:23 +0200
commit231d7029cdfd10995f7ac2f29fd0c1a65ac0b02a (patch)
tree558bcd593dade84fcfa9325c0f7086102af6e729 /Makefile.am
parent34c561894bfedab242876fea249ab8596a61e8a4 (diff)
downloadmate-panel-231d7029cdfd10995f7ac2f29fd0c1a65ac0b02a.tar.bz2
mate-panel-231d7029cdfd10995f7ac2f29fd0c1a65ac0b02a.tar.xz
build: Add built sources to CLEANFILES target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e6421580..ef3c62b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,9 @@ EXTRA_DIST = \
COPYING-DOCS \
HACKING
+CLEANFILES = \
+ config.h
+
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \
$(srcdir)/aclocal.m4 \