diff options
author | Eric Anholt <eric@anholt.net> | 2010-02-19 12:20:33 -0500 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-02-20 12:55:13 -0500 |
commit | 71c613c8475909e58fc491131bf9c10f4b047b16 (patch) | |
tree | 990b7af65554a4f91135465013550dab743bd109 /src/Makefile.am | |
parent | 7ada4eb3836f58a72f1c5b6b8139030fab9b7d63 (diff) |
Remove bios_reader now that it's moved to gpu_tools.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 70239582..4cb8ed15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,7 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -SUBDIRS = xvmc bios_reader reg_dumper render_program +SUBDIRS = xvmc bios_reader render_program # this is obnoxious: # -module lets us name the module exactly how we want |