From b484545922f4c5d6dda86e0f66cb3622da654d53 Mon Sep 17 00:00:00 2001 From: thefosk Date: Fri, 13 Nov 2015 15:42:45 -0800 Subject: Fix and version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf372f8..f08d82d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: lua_uuid.so $(CC) -c $(CFLAGS) -fPIC $(LUA_CFLAGS) -o $@ $< lua_uuid.so: lua_uuid.o test/lua_uuid_test.lua - $(CC) -shared lua_uuid.o $(LUA_LIBS) -o $@ + $(CC) -shared lua_uuid.o $(LUA_LIBS) -luuid -o $@ $(LUA) test/lua_uuid_test.lua install: lua_uuid.so -- cgit v1.2.3-54-g00ecf