Use native libpurple HTTP functions

This commit is contained in:
2019-04-11 23:57:11 +01:00
parent 69deb93b7a
commit 5d2fc0dbca
4 changed files with 102 additions and 95 deletions

View File

@@ -11,11 +11,11 @@ $(LIB_TARGET): *.c *.h Makefile
-std=c11 \
-shared \
-fpic \
$(shell $(PKG_CONFIG) --cflags purple libcurl deltachat) \
$(shell $(PKG_CONFIG) --cflags purple deltachat) \
-o $(LIB_TARGET) \
*.c \
-shared \
$(shell $(PKG_CONFIG) --libs purple libcurl deltachat) \
$(shell $(PKG_CONFIG) --libs purple deltachat) \
install:
install -D $(LIB_TARGET) $(LIB_DEST)