summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-02-19 12:20:33 -0500
committerEric Anholt <eric@anholt.net>2010-02-20 12:55:13 -0500
commit71c613c8475909e58fc491131bf9c10f4b047b16 (patch)
tree990b7af65554a4f91135465013550dab743bd109 /src/Makefile.am
parent7ada4eb3836f58a72f1c5b6b8139030fab9b7d63 (diff)
Remove bios_reader now that it's moved to gpu_tools.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
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