mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 03:58:05 +02:00
Add missing \ to libdrm_la_SOURCES
Reported by jcristau.
This commit is contained in:
parent
368b392e6d
commit
b54d15d8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ 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_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c \
|
||||
libdrm_lists.h
|
||||
|
||||
libdrmincludedir = ${includedir}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue