Adding exa support to the modular server.
This commit is contained in:
parent
b90a88e803
commit
33326f4ee8
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue