diff --git a/src/account/Makefile b/src/account/Makefile index effa48d..fca646d 100644 --- a/src/account/Makefile +++ b/src/account/Makefile @@ -21,7 +21,7 @@ all: $(TARGETS) imap4_OBJS = imap4.o imap4_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) -imap4_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) `pkg-config --libs libSystem` +imap4_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) `pkg-config --libs libSystem` -lssl imap4.so: $(imap4_OBJS) $(LD) -o imap4.so $(imap4_OBJS) $(imap4_LDFLAGS) diff --git a/src/account/project.conf b/src/account/project.conf index 5690791..470f9ce 100644 --- a/src/account/project.conf +++ b/src/account/project.conf @@ -26,7 +26,7 @@ depends=../../include/Mailer.h [imap4] type=plugin sources=imap4.c -ldflags=`pkg-config --libs libSystem` +ldflags=`pkg-config --libs libSystem` -lssl install=$(LIBDIR)/Mailer/account [imap4.c]