]> git.stg.codes - ssmd.git/blobdiff - Makefile
Disabled verifying cert host.
[ssmd.git] / Makefile
index 910a5d269c021de67e320a394bc0d0d73e5ed4ee..45aef9a28ae52d773390a5a21aead017d75d2dc3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,14 +5,15 @@ endif
 
 INCS = -Iinclude -I3rdparty/snmp++/include
 CXXFLAGS += -W -Wall -Wextra $(INCS) $(DEFS)
-LIBS = -lpthread \
-       -lssl \
-       -lcurl \
+LIBS = 3rdparty/snmp++/libsnmp++.a \
        -lboost_system \
        -lboost_program_options \
-       3rdparty/snmp++/libsnmp++.a
+       -lcurl \
+       -lssl \
+       -lcrypto \
+       -lpthread
 PROG = ssmd # SNMP Switch Management Daemon
-VERSION = 1.1.4
+VERSION = 1.1.7
 
 SOURCES = src/main.cpp \
          src/pidfile.cpp \