]> git.stg.codes - stg.git/blob - stglibs/sgcp.lib/Makefile
01ec33732a8f5ed82c0ff02c33fd57fa3209b34e
[stg.git] / stglibs / sgcp.lib / Makefile
1 include ../../Makefile.conf
2
3 LIB_NAME = stgsgcp
4
5 SRCS = proto.cpp \
6        transport.cpp \
7        unix.cpp \
8        udp.cpp \
9        tcp.cpp \
10        crypto.cpp
11
12 INCS = sgcp_proto.h \
13        sgcp_types.h \
14        sgcp_transport.h
15
16 include ../Makefile.in