summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2350849..37da0d4 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ BINDIR := $(DESTDIR)$(PREFIX)/sbin
MODS := astmanproxy config config_perms common proxyfunc log ssl md5
HANDLERS := xml standard csv http
SOBJS := $(HANDLERS:%=%.so)
-LIBS := ssl
+LIBS := -lssl
ifeq (${OSARCH},Darwin)
LIBS+=-lresolv
@@ -59,7 +59,7 @@ VPATH = src
# Add -g below for debug/GDB symbols
#CFLAGS+= $(DEFINES) -Wall -O2 -dynamic -D_REENTRANT -fPIC
-CFLAGS+= $(DEFINES) -Wall -O2 -D_REENTRANT -fPIC -Isrc/include -I-
+CFLAGS+= $(DEFINES) -Wall -O2 -D_REENTRANT -fPIC -Isrc/include -I/usr/include/openssl -I-
# For printing only
SRCS := $(MODS:%=%.c)