diff options
Diffstat (limited to 'radeon')
-rw-r--r-- | radeon/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/radeon/Makefile.am b/radeon/Makefile.am index 03b5040f..dc94b5f3 100644 --- a/radeon/Makefile.am +++ b/radeon/Makefile.am @@ -40,7 +40,8 @@ libdrm_radeon_la_SOURCES = \ radeon_cs_space.c \ radeon_bo.c \ radeon_cs.c \ - bof.c + bof.c \ + bof.h libdrm_radeonincludedir = ${includedir}/libdrm libdrm_radeoninclude_HEADERS = \ |