diff options
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.sources b/src/gallium/auxiliary/pipe-loader/Makefile.sources index d6e3c2c060a..66dd22ccc3c 100644 --- a/src/gallium/auxiliary/pipe-loader/Makefile.sources +++ b/src/gallium/auxiliary/pipe-loader/Makefile.sources @@ -2,7 +2,8 @@ COMMON_SOURCES := \ pipe_loader.c \ pipe_loader.h \ pipe_loader_priv.h \ - pipe_loader_sw.c + pipe_loader_sw.c \ + driinfo_gallium.h DRM_SOURCES := \ pipe_loader_drm.c |