X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/27a98fecda23640e9feb241d6092bc8622dd53cb..43b2d3407a1fb675f860b0af9f9f97c76b3c2550:/Makefile diff --git a/Makefile b/Makefile index 910a5d2..ad08280 100644 --- 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.6 SOURCES = src/main.cpp \ src/pidfile.cpp \