xserver-multidpi/lbx/Makefile.am
Kevin E Martin da5d66f2ff Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
module builds to reflect this change.
2005-11-29 16:39:33 +00:00

22 lines
361 B
Makefile

noinst_LTLIBRARIES = liblbx.la
AM_CFLAGS = $(DIX_CFLAGS) @LOADER_DEFINES@
liblbx_la_SOURCES = \
lbxcmap.c \
lbxdata.h \
lbxdix.c \
lbxexts.c \
lbxgfx.c \
lbxmain.c \
lbxopts.c \
lbxprop.c \
lbxserve.h \
lbxsquish.c \
lbxsrvopts.h \
lbxswap.c \
lbxtables.c \
lbxtags.c \
lbxtags.h \
lbxzerorep.c