diff options
Diffstat (limited to 'src/loader/Makefile.am')
-rw-r--r-- | src/loader/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am index 76252564281..3c22e0ae7e6 100644 --- a/src/loader/Makefile.am +++ b/src/loader/Makefile.am @@ -28,6 +28,7 @@ noinst_LTLIBRARIES = libloader.la AM_CPPFLAGS = \ -I$(top_builddir)/src/util/ \ -DUSE_DRICONF \ + -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \ $(DEFINES) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/include/drm-uapi \ |