Fix libdrm to actually include the new code instead of just building it.
parent
c4857429c7
commit
8a3b510405
|
@ -25,8 +25,9 @@ libdrm_ladir = $(libdir)
|
|||
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
|
||||
libdrm_la_DEPENDENCIES = intel/libdrm_intel.la
|
||||
libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c \
|
||||
dri_bufmgr.c
|
||||
libdrm_la_LIBADD = intel/libdrm_intel.la
|
||||
|
||||
libdrmincludedir = ${includedir}
|
||||
libdrminclude_HEADERS = xf86drm.h xf86mm.h dri_bufmgr.h
|
||||
|
|
Loading…
Reference in New Issue