diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-03-23 19:38:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-03-23 19:38:18 -0700 |
commit | dfcc325f55d580eb630f3b236eadf99f6b7d6ad6 (patch) | |
tree | 0858fd322d6092a8ae990a5f403e64d9b9be8aca | |
parent | c4022796ec69bb3223d435d8442f9168aebe9c3d (diff) |
Add savage_pciids.h to src/Makefile.am to fix distcheck
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8ae8051..e980c1a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,6 +40,7 @@ savage_drv_la_SOURCES = \ savage_driver.h \ savage_drm.h \ savage_i2c.c \ + savage_pciids.h \ savage_regs.h \ savage_sarea.h \ savage_shadow.c \ |