diff options
author | Eric Anholt <eric@anholt.net> | 2009-01-30 16:17:58 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-01-30 16:36:45 -0800 |
commit | dd098501d800571e71d06ffc936635a6c9d44e05 (patch) | |
tree | b1503e7df4d540c145cf2755087a403e107aedb7 /include/Makefile.am | |
parent | 6e49fdd2c839b6244c23ce95c3ae76a1a265b986 (diff) |
Move the apple fat binary hacks back to a header file, and make it apple-only.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f6b367090..cb0b2934c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -62,3 +62,5 @@ endif AM_CFLAGS = $(DIX_CFLAGS) +EXTRA_DIST = \ + dix-config-apple-verbatim.h |