summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-09-16 01:36:45 +0000
committerEric Anholt <anholt@freebsd.org>2005-09-16 01:36:45 +0000
commitcdf20033e2cfc9e8634876dd42613f7719340a5a (patch)
treef3f8e1c9152302d0dbdb04aa78a3f8703480e554
parent9b1b3184cd586f6f8bf65ebd6f3c1afb1ae64d64 (diff)
downloadxorg-driver-xf86-video-nouveau-cdf20033e2cfc9e8634876dd42613f7719340a5a.tar.gz
Put the riva_* files in the riva128.so subdriver, like monolithic.
-rw-r--r--src/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ecc8597..73667b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,7 +45,13 @@ nv_drv_la_SOURCES = \
nv_type.h \
nvvga.h \
nv_video.c \
- nv_xaa.c \
+ nv_xaa.c
+
+riva128_la_LTLIBRARIES = riva128.la
+riva128_la_LDFLAGS = -module -avoid-version
+riva128_ladir = @moduledir@/drivers
+
+riva128_la_SOURCES = \
riva_const.h \
riva_cursor.c \
riva_dac.c \