diff options
author | Younes Manton <younes.m@gmail.com> | 2008-07-26 16:51:09 -0400 |
---|---|---|
committer | Younes Manton <younes.m@gmail.com> | 2008-07-26 16:55:46 -0400 |
commit | a17e6c046cd990f2ed4d0dfe9ed0a59bccd9aade (patch) | |
tree | d58f27532f5d9f6cce89b8c72b14f85ecedd211a /src/driclient | |
parent | 9e445d3e6374c2a9b163f1262ea5a1047e596cae (diff) |
g3dvl: Recursively build dependencies.
Run `make` in src/libXvMC and everything should be built for Nouveau.
Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe.
Diffstat (limited to 'src/driclient')
-rw-r--r-- | src/driclient/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driclient/src/Makefile b/src/driclient/src/Makefile index 3c0fc28440..89ffb84477 100644 --- a/src/driclient/src/Makefile +++ b/src/driclient/src/Makefile @@ -19,5 +19,5 @@ test: test.o $(CC) -L../lib -L${DRMDIR}/lib ${LDFLAGS} -o $@ $^ -ldriclient -lX11 -lXext -ldrm clean: - rm -rf ${OBJECTS} ${TARGET} test test.o + rm -rf ${OBJECTS} ${TARGET} ../lib/${TARGET} test test.o |