Adding exa support to the modular server.

This commit is contained in:
Chris Lee 2005-08-06 23:27:33 +00:00
parent b90a88e803
commit 33326f4ee8
2 changed files with 16 additions and 0 deletions

8
exa/Makefile.am Normal file
View File

@ -0,0 +1,8 @@
module_LTLIBRARIES = libexa.la
sdk_HEADERS = exa.h
libexa_la_LDFLAGS = -avoid-version
INCLUDES = $(XORG_INCS)
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c

View File

@ -0,0 +1,8 @@
module_LTLIBRARIES = libexa.la
sdk_HEADERS = exa.h
libexa_la_LDFLAGS = -avoid-version
INCLUDES = $(XORG_INCS)
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c