diff options
Diffstat (limited to 'src/gallium/targets/dri-ilo/Makefile.am')
-rw-r--r-- | src/gallium/targets/dri-ilo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-ilo/Makefile.am b/src/gallium/targets/dri-ilo/Makefile.am index 3633d083589..418e2ea31ab 100644 --- a/src/gallium/targets/dri-ilo/Makefile.am +++ b/src/gallium/targets/dri-ilo/Makefile.am @@ -35,7 +35,7 @@ noinst_LTLIBRARIES = ilo_dri.la ilo_dri_la_SOURCES = target.c # need -rpath to create a noinst shared library -ilo_dri_la_LDFLAGS = $(DRI_DRIVER_LDFLAGS) \ +ilo_dri_la_LDFLAGS = $(GALLIUM_DRI_LINKER_FLAGS) \ -rpath $(abs_builddir) ilo_dri_la_LIBADD = \ |