summaryrefslogtreecommitdiff
path: root/atom
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-11-12 17:30:00 -0800
committerJamey Sharp <jamey@minilop.net>2006-11-12 17:30:00 -0800
commitf7135a3f88c045e0ab1db78cfa8344a704dd3614 (patch)
treef1296a8e20e53c8b112d08815ee23a87658b0bc9 /atom
parent44b2f6aac77b305e455edad90b4b9348ef6b06b8 (diff)
Bug #6781: make util compile with srcdir != builddir.
Diffstat (limited to 'atom')
-rw-r--r--atom/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/atom/Makefile.am b/atom/Makefile.am
index c0b3ecc..db261a8 100644
--- a/atom/Makefile.am
+++ b/atom/Makefile.am
@@ -21,7 +21,7 @@ atoms.c: atoms.gperf
$(GPERF) --output-file $@ $<
atoms.gperf: atoms.gperf.m4 atomlist.m4
- $(M4) $< >$@
+ $(M4) -I$(srcdir) $< >$@
xcb_atom.h: xcb_atom.h.m4 atomlist.m4
- $(M4) $< >$@
+ $(M4) -I$(srcdir) $< >$@