You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/ramdac/Makefile.am

11 lines
227 B
Makefile

noinst_LTLIBRARIES = libramdac.la
libramdac_la_SOURCES = xf86CursorRD.c xf86HWCurs.c
sdk_HEADERS = xf86Cursor.h
EXTRA_DIST = xf86CursorPriv.h CURSOR.NOTES
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
AM_CPPFLAGS = $(XORG_INCS)