1a66cad3fb
Tested by bru@, jsg@ and others
10 lines
187 B
Makefile
10 lines
187 B
Makefile
noinst_LTLIBRARIES = libWindowsDRI.la
|
|
|
|
libWindowsDRI_la_SOURCES = \
|
|
windowsdri.c \
|
|
windowsdri.h
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) \
|
|
@WINDOWSDRI_CFLAGS@ \
|
|
-I$(top_srcdir)/hw/xwin/
|