diff options
author | Younes Manton <[email protected]> | 2008-09-12 13:22:43 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2008-09-12 13:22:43 -0400 |
commit | 59f23e92e24b93eb48f4e0552dd8e397aefd1714 (patch) | |
tree | c93d5812c64d59684dc2eef79c46de65a29e6b86 /src/libXvMC/Makefile | |
parent | ca0efa84edf2f099f6797959a20186b6eb3451b4 (diff) |
g3dvl: Update softlinks to nouveau winsys files, related fixes.
Diffstat (limited to 'src/libXvMC/Makefile')
-rw-r--r-- | src/libXvMC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libXvMC/Makefile b/src/libXvMC/Makefile index 8565d271c70..4de26e96202 100644 --- a/src/libXvMC/Makefile +++ b/src/libXvMC/Makefile @@ -47,7 +47,7 @@ endif all: ${TARGET} ifeq (${DRIVER}, softpipe) -${TARGET}: g3dvl +${TARGET}: ${OBJECTS} g3dvl $(CC) ${LDFLAGS} -shared -Wl,-soname,${SONAME} -o $@ ${OBJECTS} ${LIBS} g3dvl: |