Adding exa support to the modular server.
This commit is contained in:
8
exa/Makefile.am
Normal file
8
exa/Makefile.am
Normal 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
|
||||
8
hw/xfree86/exa/Makefile.am
Normal file
8
hw/xfree86/exa/Makefile.am
Normal 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
|
||||
Reference in New Issue
Block a user