aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthefosk <marco@mashape.com>2015-11-13 15:42:45 -0800
committerthefosk <marco@mashape.com>2015-11-13 15:42:45 -0800
commitb484545922f4c5d6dda86e0f66cb3622da654d53 (patch)
tree0174aecb99b1aca422ead96c20d6c229225c4e54 /Makefile
parent44c3d0908310cd2455a90cd8f2454712573b1902 (diff)
downloadlua_uuid-b484545922f4c5d6dda86e0f66cb3622da654d53.tar.gz
lua_uuid-b484545922f4c5d6dda86e0f66cb3622da654d53.tar.bz2
lua_uuid-b484545922f4c5d6dda86e0f66cb3622da654d53.zip
Fix and version bump
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