aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-28 18:23:31 +1200
committerDavid Phillips <david@sighup.nz>2018-08-28 18:48:24 +1200
commit680cfe5871a97b6d7b8b86f13dbe45cbdf5a4e9b (patch)
treeec04895e6e3884b7cd20b41cdb8bd6a57004b371 /lib/python/Makefile
parent37e80e62d431a3effd2c24ced3b01a4da904a5e4 (diff)
downloadalarmd-680cfe5871a97b6d7b8b86f13dbe45cbdf5a4e9b.tar.xz
Make alarms py wrap libalarm
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/