From: Maxim Mamontov Date: Wed, 22 Jul 2015 18:14:45 +0000 (+0300) Subject: Fixed Makefile. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8ccf30b5ce93a419842105f762fb36c0582cbf83 Fixed Makefile. --- diff --git a/stglibs/sgcp.lib/Makefile b/stglibs/sgcp.lib/Makefile index 01ec3373..e8bc30b1 100644 --- a/stglibs/sgcp.lib/Makefile +++ b/stglibs/sgcp.lib/Makefile @@ -5,12 +5,12 @@ LIB_NAME = stgsgcp SRCS = proto.cpp \ transport.cpp \ unix.cpp \ - udp.cpp \ tcp.cpp \ - crypto.cpp + packet.cpp INCS = sgcp_proto.h \ sgcp_types.h \ - sgcp_transport.h + sgcp_utils.h \ + sgcp_conn.h include ../Makefile.in