diff options
author | Chris Lee <clee@c133.org> | 2005-08-06 23:27:33 +0000 |
---|---|---|
committer | Chris Lee <clee@c133.org> | 2005-08-06 23:27:33 +0000 |
commit | 33326f4ee884aa677e4568c3eaed4311a8ed0f2a (patch) | |
tree | a6355f3b4d4b20cd89291ca7b75bdac907325eb6 /exa/Makefile.am | |
parent | b90a88e80310e5650e2abed4c151889d9c0bd316 (diff) |
Adding exa support to the modular server.
Diffstat (limited to 'exa/Makefile.am')
-rw-r--r-- | exa/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 |