git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21fb8d8
)
Fixed Makefile.
author
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 22 Jul 2015 18:14:45 +0000
(21:14 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 22 Jul 2015 18:14:45 +0000
(21:14 +0300)
stglibs/sgcp.lib/Makefile
patch
|
blob
|
history
diff --git
a/stglibs/sgcp.lib/Makefile
b/stglibs/sgcp.lib/Makefile
index 01ec33732a8f5ed82c0ff02c33fd57fa3209b34e..e8bc30b17ad621de607a3b544471c643612c95a3 100644
(file)
--- 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