diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-12 17:31:12 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-14 11:04:56 +1000 |
commit | 3163cfe4db925429760407e77140e2d595338bc2 (patch) | |
tree | f05618435c3f002320fe97a0b0ad5f8839ed5199 /radeon/Makefile.am | |
parent | a9412fa9de219e38df361852a12df37688c891db (diff) | |
download | libdrm-3163cfe4db925429760407e77140e2d595338bc2.tar.gz libdrm-3163cfe4db925429760407e77140e2d595338bc2.tar.bz2 libdrm-3163cfe4db925429760407e77140e2d595338bc2.zip |
radeon: add prime import/export support
this adds radeon version of the prime import/export support.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'radeon/Makefile.am')
-rw-r--r-- | radeon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radeon/Makefile.am b/radeon/Makefile.am index 37be8cc5..a8cd1003 100644 --- a/radeon/Makefile.am +++ b/radeon/Makefile.am @@ -31,7 +31,7 @@ AM_CFLAGS = \ libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la libdrm_radeon_ladir = $(libdir) -libdrm_radeon_la_LDFLAGS = -version-number 1:0:0 -no-undefined +libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ libdrm_radeon_la_SOURCES = \ |