summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 743d61f..cec3f3d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -9,12 +9,12 @@ all : gears texture
gears_objs = gears.o setup.o
gears : ../libeagle.so $(gears_objs)
- gcc -o $@ -L.. -leagle -lm $(gears_objs)
+ gcc -o $@ -L.. -leagle $(LDLIBS) -lm $(gears_objs)
texture_objs = texture.o setup.o
texture : ../libeagle.so $(texture_objs)
- gcc -o $@ -L.. -leagle -lm $(texture_objs)
+ gcc -o $@ -L.. -leagle $(LDLIBS) -lm $(texture_objs)
clean :
rm -f *.o glapi/*.o libeagle.so test