summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2009-09-07 05:46:10 -0400
committerroot <root@localhost.localdomain>2009-09-07 05:46:10 -0400
commitde6c3f6e3203ab90b52241d2f429f14639f95110 (patch)
treee51db1275c1a2a869b5046be89e16fc8ffeb5901
parent66d6ddcf4d14c0ed46cdf0b699a37657ec210e17 (diff)
r500xvmc: modify Makefile for libRadeonXvMC.so building
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 57a365b..4bb976f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,6 +27,7 @@
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
radeon_drv_la_LIBADD = $(LIBDRM_RADEON_LIBS)
+SUBDIRS = xvmc
if DRI
RADEON_DRI_SRCS = radeon_dri.c
@@ -97,6 +98,7 @@ radeon_drv_la_SOURCES = \
radeon_vip.c radeon_misc.c radeon_probe.c \
legacy_crtc.c legacy_output.c \
radeon_textured_video.c radeon_pm.c \
+ r500_hwmc.c \
radeon_crtc.c radeon_output.c radeon_modes.c radeon_tv.c \
$(RADEON_ATOMBIOS_SOURCES) radeon_atombios.c radeon_atomwrapper.c \
$(RADEON_DRI_SRCS) $(RADEON_EXA_SOURCES) atombios_output.c atombios_crtc.c \