diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-01-17 21:41:06 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-01-17 21:41:06 -0800 |
commit | dd305c3f64f9267d54324d734f1028bfc00e474f (patch) | |
tree | aec726ac650e9db8ec77004e7c16dfc8289471f8 /src/Makefile.am | |
parent | 96bd57b0597dbbda0ca5c46c2135e5813c80d79f (diff) |
Remove the riva128 submodule. Link Riva support into nv_drv.so directly.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 73667b3..ecc8597 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,13 +45,7 @@ nv_drv_la_SOURCES = \ nv_type.h \ nvvga.h \ nv_video.c \ - nv_xaa.c - -riva128_la_LTLIBRARIES = riva128.la -riva128_la_LDFLAGS = -module -avoid-version -riva128_ladir = @moduledir@/drivers - -riva128_la_SOURCES = \ + nv_xaa.c \ riva_const.h \ riva_cursor.c \ riva_dac.c \ |