aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 552c894..6f9ca23 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,10 @@ if HAVE_PCAP
ptunnel_ng_CFLAGS += -DHAVE_PCAP=1
endif
+if ENABLE_SHA512
+ptunnel_ng_CFLAGS += -DENABLE_SHA512=1
+endif
+
if HAVE_SELINUX
ptunnel_ng_CFLAGS += -DHAVE_SELINUX=1
endif