diff options
Diffstat (limited to 'src/gallium/targets/pipe-loader/Makefile.am')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 7bcf9905d80..f805c4be2a9 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -90,20 +90,6 @@ pipe_i915_la_LIBADD = \ endif -if HAVE_GALLIUM_ILO -pipe_LTLIBRARIES += pipe_i965.la - -pipe_i965_la_SOURCES = pipe_i965.c -nodist_EXTRA_pipe_i965_la_SOURCES = dummy.cpp -pipe_i965_la_LIBADD = \ - $(PIPE_LIBS) \ - $(top_builddir)/src/gallium/winsys/intel/drm/libintelwinsys.la \ - $(top_builddir)/src/gallium/drivers/ilo/libilo.la \ - $(LIBDRM_LIBS) \ - $(INTEL_LIBS) - -endif - if HAVE_GALLIUM_NOUVEAU pipe_LTLIBRARIES += pipe_nouveau.la |