2006-11-26 11:13:41 -07:00
|
|
|
module_LTLIBRARIES = libvbe.la
|
2013-06-07 11:28:45 -06:00
|
|
|
libvbe_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
|
2006-11-26 11:13:41 -07:00
|
|
|
libvbe_la_SOURCES = vbe.c vbeModes.c vbe_module.c
|
2013-06-07 11:28:45 -06:00
|
|
|
if NO_UNDEFINED
|
|
|
|
libvbe_la_LIBADD = ../int10/libint10.la
|
|
|
|
endif
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
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
|
|
|
|
2014-05-02 13:27:46 -06:00
|
|
|
AM_CPPFLAGS = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \
|
|
|
|
-I$(srcdir)/../modes -I$(srcdir)/../parser \
|
2006-11-26 11:13:41 -07:00
|
|
|
-I$(srcdir)/../int10
|