st/xvmc: fix use of *.o in Makefile.xvmc

Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
Christian König 2012-02-21 14:08:14 +01:00
parent 0da5086443
commit acbc3c9678
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ else
endif
# XXX: Hack, XvMC public funcs aren't exported if we link to libxvmctracker.a :(
C_SOURCES += $(wildcard $(TOP)/src/gallium/state_trackers/xvmc/*.c)
OBJECTS = $(C_SOURCES:.c=.o) \
$(ASM_SOURCES:.S=.o) \
$(TOP)/src/gallium/state_trackers/xvmc/*.o
$(ASM_SOURCES:.S=.o)
##### RULES #####