aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/vbe/Makefile.am
blob: 0b24faf1f251c0bffdf26b8e7c1c90211003de20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module_LTLIBRARIES = libvbe.la
libvbe_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
libvbe_la_SOURCES = vbe.c vbeModes.c vbe_module.c
if NO_UNDEFINED
libvbe_la_LIBADD = ../int10/libint10.la
endif

sdk_HEADERS = vbe.h vbeModes.h

AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)

INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \
           -I$(srcdir)/../int10