diff options
Diffstat (limited to 'i965_drv_video/Makefile.am')
-rw-r--r-- | i965_drv_video/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i965_drv_video/Makefile.am b/i965_drv_video/Makefile.am index 058b525..f32d579 100644 --- a/i965_drv_video/Makefile.am +++ b/i965_drv_video/Makefile.am @@ -42,7 +42,8 @@ i965_drv_video_la_SOURCES = \ i965_drv_video.c \ i965_avc_bsd.c \ i965_avc_hw_scoreboard.c\ - i965_avc_ildb.c + i965_avc_ildb.c \ + i965_post_processing.c noinst_HEADERS = \ object_heap.h \ @@ -59,4 +60,5 @@ noinst_HEADERS = \ i965_structs.h \ i965_avc_bsd.h \ i965_avc_hw_scoreboard.h\ - i965_avc_ildb.h + i965_avc_ildb.h \ + i965_post_processing.h |