diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-04-16 13:05:35 -0500 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-04-16 13:05:35 -0500 |
commit | 786ee3df1726f08953167d05f7fa1930452703bb (patch) | |
tree | 1498851b99a532c7b1927f81576a1cba22e95944 /src/Makefile.am | |
parent | 62652127cd12f5a0fc9364285b81d2661372148a (diff) |
Add a standalone program for parsing VBT.
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 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 |