fixed missing reference to libuuid

This commit is contained in:
Juri Glass 2011-08-21 10:24:01 +02:00
parent af54156f42
commit 0d036c2ca7

View file

@ -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 :