diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-11-12 17:48:28 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-11-12 17:48:28 -0800 |
commit | cbbdf0f622ed3a8642e30198940e24117baaf55e (patch) | |
tree | a87047b1f8d1a78a83a44b9bc8c334b9ab13c28f /atom | |
parent | f7135a3f88c045e0ab1db78cfa8344a704dd3614 (diff) |
Clean up built sources. Makes `distcheck` pass.
Diffstat (limited to 'atom')
-rw-r--r-- | atom/Makefile.am | 1 |
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 $@ $< |