diff options
author | Jakob Bornecrantz <[email protected]> | 2010-04-17 20:40:36 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-04-17 21:13:23 +0100 |
commit | 3e3d6864da093a99bad282e78945a1b1c4503ca4 (patch) | |
tree | d9256ad9486e6b0e672e7f5ebc57690e7c9aa4d9 /src/gallium/tests/trivial/Makefile | |
parent | 08f2a6cad1aee5ae3787886faadc5a45da250052 (diff) |
gallium/tests: Fix trivial examples
Diffstat (limited to 'src/gallium/tests/trivial/Makefile')
-rw-r--r-- | src/gallium/tests/trivial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/trivial/Makefile b/src/gallium/tests/trivial/Makefile index c6eb7269c82..346e33c28e3 100644 --- a/src/gallium/tests/trivial/Makefile +++ b/src/gallium/tests/trivial/Makefile @@ -41,4 +41,4 @@ $(OBJECTS): %.o: %.c $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $(PROG_DEFINES) $< -o $@ $(PROGS): %: %.o - $(CC) $(LDFLAGS) $< $(LINKS) -lm -lpthread -o $@ + $(CC) $(LDFLAGS) $< $(LINKS) -lm -lpthread -ldl -o $@ |