summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorChris Lee <clee@c133.org>2005-08-06 23:46:38 +0000
committerChris Lee <clee@c133.org>2005-08-06 23:46:38 +0000
commita16357ebc9344fbf3e393da9e7b28164ad5b9dc8 (patch)
tree44892ca059c070ec640e04c6b1efb939d01948e5 /exa
parentcc67bd187f06bfade0d2fe1b4cca92805458b210 (diff)
Last bits of changes to make exa build properly in the modular server.
Diffstat (limited to 'exa')
-rw-r--r--exa/Makefile.am1
-rw-r--r--exa/exa_render.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am
index 734bea65f..045033165 100644
--- a/exa/Makefile.am
+++ b/exa/Makefile.am
@@ -5,4 +5,5 @@ sdk_HEADERS = exa.h
libexa_la_LDFLAGS = -avoid-version
INCLUDES = $(XORG_INCS)
+DEFS += -DPIXPRIV
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
diff --git a/exa/exa_render.c b/exa/exa_render.c
index 630bed856..438c876e8 100644
--- a/exa/exa_render.c
+++ b/exa/exa_render.c
@@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include <xorg-config.h>
#endif
#include "exaPriv.h"