]> git.stg.codes - stg.git/commitdiff
Fixed Makefile.
authorMaxim Mamontov <faust.madf@gmail.com>
Wed, 22 Jul 2015 18:14:45 +0000 (21:14 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Wed, 22 Jul 2015 18:14:45 +0000 (21:14 +0300)
stglibs/sgcp.lib/Makefile

index 01ec33732a8f5ed82c0ff02c33fd57fa3209b34e..e8bc30b17ad621de607a3b544471c643612c95a3 100644 (file)
@@ -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