From: Jakob Bornecrantz Date: Sun, 18 Apr 2010 01:43:47 +0000 (+0100) Subject: gallium/tests: Make trivial apps depend on libs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29ff6e87f50808708f53ab0531d3da4cf7db4475;p=mesa.git gallium/tests: Make trivial apps depend on libs --- diff --git a/src/gallium/tests/trivial/Makefile b/src/gallium/tests/trivial/Makefile index 346e33c28e3..bfcbdd9712d 100644 --- a/src/gallium/tests/trivial/Makefile +++ b/src/gallium/tests/trivial/Makefile @@ -40,5 +40,5 @@ clean: $(OBJECTS): %.o: %.c $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $(PROG_DEFINES) $< -o $@ -$(PROGS): %: %.o +$(PROGS): %: %.o $(LINKS) $(CC) $(LDFLAGS) $< $(LINKS) -lm -lpthread -ldl -o $@