diff options
author | Dave Airlie <airlied@redhat.com> | 2012-01-20 17:40:10 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-19 13:12:48 +1000 |
commit | 5d2edde0bf8460aab250dd83743aedb5c66a243e (patch) | |
tree | b35d67c73783dedcf3e32ffe22c531f3115e534a /src/Makefile.am | |
parent | a9457b44539420c0b7a082ef6ecc5fd3391e8801 (diff) |
libXrandr: add support for provider objects.
This adds the client side libXrandr support for randr 1.4,
and provider objects.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d80a3c2..7a47b9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,9 @@ libXrandr_la_SOURCES = \ XrrMode.c \ XrrOutput.c \ XrrProperty.c \ - XrrScreen.c + XrrScreen.c \ + XrrProvider.c \ + XrrProviderProperty.c libXrandr_la_LIBADD = @RANDR_LIBS@ |