]> git.stg.codes - stg.git/blob - stglibs/sgcp.lib/Makefile
Fixed Makefile.
[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        tcp.cpp \
9        packet.cpp
10
11 INCS = sgcp_proto.h \
12        sgcp_types.h \
13        sgcp_utils.h \
14        sgcp_conn.h
15
16 include ../Makefile.in