summaryrefslogtreecommitdiff
path: root/libdrm/Makefile.am
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-11-08 15:08:09 +1100
committerDave Airlie <airlied@linux.ie>2006-11-08 15:08:09 +1100
commit79038751ffe47ed1ce82766e027d98fd2f0e2c6a (patch)
tree07856975ad8b13ed8586dab348c35650ac7fc84b /libdrm/Makefile.am
parent584acab6d6103552711bd6b5596ee4ccad305bc2 (diff)
libdrm: add support for server side functionality in libdrm
This adds APIs to allow the X server to use libdrm from the system rather than its own in-built copy.
Diffstat (limited to 'libdrm/Makefile.am')
-rw-r--r--libdrm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/Makefile.am b/libdrm/Makefile.am
index 91a7e5dc..e7e07e47 100644
--- a/libdrm/Makefile.am
+++ b/libdrm/Makefile.am
@@ -20,7 +20,7 @@
libdrm_la_LTLIBRARIES = libdrm.la
libdrm_ladir = $(libdir)
-libdrm_la_LDFLAGS = -version-number 2:0:0 -no-undefined
+libdrm_la_LDFLAGS = -version-number 2:3:0 -no-undefined
AM_CFLAGS = -I$(top_srcdir)/shared-core
libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c