aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Makefile')
-rw-r--r--lib/python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Makefile b/lib/python/Makefile
index 1e2c24a..d5d3702 100644
--- a/lib/python/Makefile
+++ b/lib/python/Makefile
@@ -1,6 +1,7 @@
PYTHONINC = /usr/include/python3.7m/
-LDFLAGS += "-luuid"
+LDFLAGS += -L../../lib \
+ -luuid -lalarm
CFLAGS += -fPIC \
-I$(PYTHONINC) \
-I../../inc/