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 | 133c78273287d85089be72e5ab62b06355c44be9 (patch) | |
tree | 8dd6c50add19dcfaa464fd537eac9b2b63156319 | |
parent | 0bffedbea51f92c31ad96df17c30f43960ac4afd (diff) |
Clean up built sources. Makes `distcheck` pass.
-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 $@ $< |