summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-11-12 17:48:28 -0800
committerJamey Sharp <jamey@minilop.net>2006-11-12 17:48:28 -0800
commit133c78273287d85089be72e5ab62b06355c44be9 (patch)
tree8dd6c50add19dcfaa464fd537eac9b2b63156319
parent0bffedbea51f92c31ad96df17c30f43960ac4afd (diff)
Clean up built sources. Makes `distcheck` pass.
-rw-r--r--atom/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/atom/Makefile.am b/atom/Makefile.am
index db261a8..eaff571 100644
--- a/atom/Makefile.am
+++ b/atom/Makefile.am
@@ -16,6 +16,7 @@ pkgconfig_DATA = xcb-atom.pc
EXTRA_DIST = xcb-atom.pc.in
BUILT_SOURCES = atoms.c atoms.gperf xcb_atom.h
+CLEANFILES = $(BUILT_SOURCES)
atoms.c: atoms.gperf
$(GPERF) --output-file $@ $<