diff options
Diffstat (limited to 'xorg-server/hw/xfree86/xf8_16bpp/Makefile.am')
-rw-r--r-- | xorg-server/hw/xfree86/xf8_16bpp/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/xf8_16bpp/Makefile.am b/xorg-server/hw/xfree86/xf8_16bpp/Makefile.am new file mode 100644 index 000000000..3c5b8c93d --- /dev/null +++ b/xorg-server/hw/xfree86/xf8_16bpp/Makefile.am @@ -0,0 +1,11 @@ +module_LTLIBRARIES = libxf8_16bpp.la + +sdk_HEADERS = cfb8_16.h + +INCLUDES = $(XORG_INCS) -I$(top_srcdir)/fb + +AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) + +libxf8_16bpp_la_LDFLAGS = -avoid-version + +libxf8_16bpp_la_SOURCES = xf8_16module.c |