diff options
author | Eric Anholt <eric@anholt.net> | 2010-06-10 09:03:41 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-06-10 09:03:51 -0700 |
commit | b8c4e5836cf1eff3e8c666f24567bd4c2fa31140 (patch) | |
tree | d001e02adce1b7ea50feeda90a7ef6b396af8cf9 /radeon | |
parent | 4f7704aea76b3d93d997d2ff815541d0ac373535 (diff) |
Fix radeon distcheck.
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 = \ |