12 lines
183 B
Makefile
12 lines
183 B
Makefile
noinst_LTLIBRARIES = libcw.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
|
|
|
|
libcw_la_SOURCES = \
|
|
cw.c \
|
|
cw_ops.c \
|
|
cw_render.c \
|
|
cw.h
|