summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index e909e1705..e915fe483 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -161,3 +161,19 @@ EXTRA_DIST = \
rational.i \
pseudoboolean.i \
hash.i
+
+MOSTLYCLEANFILES = \
+ Debug_tags \
+ Trace_tags \
+ Debug_tags.tmp \
+ Trace_tags.tmp \
+ Debug_tags.h \
+ Trace_tags.h
+
+DISTCLEANFILES = \
+ integer.h.tmp \
+ rational.h.tmp \
+ tls.h.tmp \
+ integer.h \
+ rational.h \
+ tls.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback