xserver/cfb24/Makefile.am

12 lines
237 B
Text
Raw Normal View History

2005-07-01 20:29:53 +00:00
noinst_LTLIBRARIES = libcfb24.la
include $(top_srcdir)/cfb/Makefile.am.inc
libcfb24_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources)
EXTRA_DIST = cfbrrop24.h
AM_CFLAGS = -DPSZ=24 $(DIX_CFLAGS)
2005-07-01 20:29:53 +00:00
INCLUDES = $(CFB_INCLUDES)