summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-29 06:40:27 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-29 06:40:27 +0000
commit42f89e550bb15d401c335ded7912a871b2b45af3 (patch)
treeccfe7440c45466deb823cae5f76b0a589c7b71d8 /src/util/Makefile.am
parentc94347913fa464b1ec6a3da2ab21e319c0c42e02 (diff)
build system fixes
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