summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-04-16 13:05:35 -0500
committerEric Anholt <anholt@FreeBSD.org>2006-04-16 13:05:35 -0500
commit786ee3df1726f08953167d05f7fa1930452703bb (patch)
tree1498851b99a532c7b1927f81576a1cba22e95944 /src/Makefile.am
parent62652127cd12f5a0fc9364285b81d2661372148a (diff)
Add a standalone program for parsing VBT.
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 1b30c656..1789af23 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
+SUBDIRS = xvmc bios_reader
# this is obnoxious:
# -module lets us name the module exactly how we want
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end