Last bits of changes to make exa build properly in the modular server.

This commit is contained in:
Chris Lee 2005-08-06 23:46:38 +00:00
parent cc67bd187f
commit a16357ebc9
5 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <xorg-config.h>
#endif
#include "exaPriv.h"

View File

@ -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

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <xorg-config.h>
#endif
#include "exaPriv.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <xorg-config.h>
#endif
#include "exaPriv.h"