diff options
author | Keith Packard <keithp@keithp.com> | 2008-03-27 11:45:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-11-24 13:24:41 -0800 |
commit | 5d9282fde919c936816a85c2a9c5734dc9d57cc2 (patch) | |
tree | dcada544a380f9896082b8f899a1f04075b35228 /randr/Makefile.am | |
parent | 7236fd9dd4e9f5c4cb5bafa5c2a18cff12a0444c (diff) |
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.
Diffstat (limited to 'randr/Makefile.am')
-rw-r--r-- | randr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/Makefile.am b/randr/Makefile.am index 3d16ede72..1f1bea082 100644 --- a/randr/Makefile.am +++ b/randr/Makefile.am @@ -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 = \ |