diff options
author | Benjamin Close <Benjamin.Close@clearchain.com> | 2008-01-10 10:22:09 +1030 |
---|---|---|
committer | Benjamin Close <Benjamin.Close@clearchain.com> | 2008-01-10 10:23:12 +1030 |
commit | bd8ef525a9421d21468fb006fe98173bbac7e274 (patch) | |
tree | 9e1b7618ff43f559caf1319d422cfe8895533d6e /src | |
parent | 843d93e775cd46a0e24e1a725594fa2d942f14ba (diff) |
Fix compilation after dri removal in the last commit
Found by: Tinderbox
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f1832bc..44b256e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,6 +51,5 @@ sunffb_drv_la_SOURCES = \ if DRI sunffb_drv_la_SOURCES += \ - ffb_dri.c \ ffb_drishare.h endif |