diff options
Diffstat (limited to 'hw/xfree86/exa/Makefile.am')
-rw-r--r-- | hw/xfree86/exa/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hw/xfree86/exa/Makefile.am b/hw/xfree86/exa/Makefile.am new file mode 100644 index 0000000..39f7a90 --- /dev/null +++ b/hw/xfree86/exa/Makefile.am @@ -0,0 +1,18 @@ +SUBDIRS = man + +module_LTLIBRARIES = libexa.la + +libexa_la_LDFLAGS = -avoid-version + +INCLUDES = \ + $(XORG_INCS) \ + -I$(srcdir)/../../../exa \ + -I$(srcdir)/../../../miext/cw + +AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) + +libexa_la_SOURCES = \ + examodule.c + +libexa_la_LIBADD = \ + ../../../exa/libexa.la |