aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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