File: module.mk

package info (click to toggle)
baresip 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,316 kB
  • sloc: ansic: 46,607; cpp: 2,195; objc: 1,038; makefile: 284; sh: 6
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#
# module.mk
#
# Copyright (C) 2018 46 Labs LLC
#

MOD		:= ctrl_tcp
$(MOD)_SRCS	+= ctrl_tcp.c tcp_netstring.c ./netstring/netstring.c

include mk/mod.mk