From 0d036c2ca7539779c3333a00459338a6f50832d7 Mon Sep 17 00:00:00 2001 From: Juri Glass Date: Sun, 21 Aug 2011 10:24:01 +0200 Subject: [PATCH] fixed missing reference to libuuid --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index f5881c8..5858c9b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,7 +30,7 @@ test_run: libsml test @./test test : $(UNITY) $(OBJS) $(LIBSML) - $(CC) $(CFLAGS) $(LIBSML) $^ test_main.c -o test + $(CC) $(CFLAGS) $(LIBS) $(LIBSML) $^ test_main.c -o test .PHONY: code libsml :