From 33326f4ee884aa677e4568c3eaed4311a8ed0f2a Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Sat, 6 Aug 2005 23:27:33 +0000 Subject: Adding exa support to the modular server. --- exa/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 exa/Makefile.am (limited to 'exa/Makefile.am') diff --git a/exa/Makefile.am b/exa/Makefile.am new file mode 100644 index 000000000..734bea65f --- /dev/null +++ b/exa/Makefile.am @@ -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 -- cgit v1.2.3