From 8ccf30b5ce93a419842105f762fb36c0582cbf83 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 22 Jul 2015 21:14:45 +0300 Subject: [PATCH] Fixed Makefile. --- stglibs/sgcp.lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.2