diff options
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile.am')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index ebffd0ecfbb..73bb79569c0 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -61,6 +61,7 @@ egl_gallium_la_LIBADD = \ $(top_builddir)/src/gallium/drivers/rbug/librbug.la \ $(top_builddir)/src/gallium/state_trackers/egl/libegl.la \ $(top_builddir)/src/egl/main/libEGL.la \ + $(top_builddir)/src/loader/libloader.la \ $(CLOCK_LIB) \ $(LIBUDEV_LIBS) \ $(DLOPEN_LIBS) \ |