Export rrtransform.h as needed by randrstr.h

When the transform management was moved from randrstr.h, the associated
header file became necessary to build drivers. Include it as a part of the
sdk headers.
This commit is contained in:
Keith Packard 2008-03-27 11:45:53 -07:00
parent 7236fd9dd4
commit 5d9282fde9

View File

@ -5,7 +5,7 @@ AM_CFLAGS = $(DIX_CFLAGS)
XINERAMA_SRCS = rrxinerama.c
if XORG
sdk_HEADERS = randrstr.h
sdk_HEADERS = randrstr.h rrtransform.h
endif
librandr_la_SOURCES = \