]> gitweb.ps.run Git - matrix_esp_thesis/blobdiff - Makefile
olm session management
[matrix_esp_thesis] / Makefile
index 82c259ab65a27aa1862edd8649c5fb4aa731e656..88b1941467427fd1cf0d9ac19d3a5b65a8cccf3e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,12 @@ C_OPTS+=-I src/
 C_OPTS+=-I ext/olm/include/\r
 C_OPTS+=-I ext/mjson/src/\r
 C_OPTS+=-I ext/mongoose/\r
+C_OPTS+=-L out/olm/\r
 C_OPTS+=-l ws2_32\r
 C_OPTS+=-l ssl\r
 C_OPTS+=-l crypto\r
+C_OPTS+=-l olm\r
 C_OPTS+=-D MG_ENABLE_OPENSSL=1\r
-C_OPTS+=-g\r
 # C_OPTS+=-I ext/curl/include/\r
 # C_OPTS+=-L ext/curl/build/lib/\r
 # C_OPTS+=-l curl\r
@@ -23,7 +24,6 @@ C_OPTS+=-g
 out/examples/%: examples/%.c src/*\r
        $(CC) -o out/examples/$* examples/$*.c $(C_OPTS)\r
 \r
-\r
 .PHONY: examples\r
 \r
 examples: out/examples/Login out/examples/Send out/examples/SendEncrypted out/examples/Sync
\ No newline at end of file