2006-11-26 11:13:41 -07:00
|
|
|
module_LTLIBRARIES = libvbe.la
|
2012-06-10 07:21:05 -06:00
|
|
|
libvbe_la_LDFLAGS = -module -avoid-version
|
2006-11-26 11:13:41 -07:00
|
|
|
libvbe_la_SOURCES = vbe.c vbeModes.c vbe_module.c
|
|
|
|
|
|
|
|
sdk_HEADERS = vbe.h vbeModes.h
|
|
|
|
|
2007-11-24 10:55:21 -07:00
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \
|
|
|
|
-I$(srcdir)/../int10
|