summaryrefslogtreecommitdiffstats
path: root/src/sip/Makefile.am
blob: ec5bc3336e91d14302fd45bab4666c8365b6efdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(SOFIA_CFLAGS)

bin_PROGRAMS = \
	osmo-cc-sip-endpoint

osmo_cc_sip_endpoint_SOURCES = \
	sip.c \
	main.c

osmo_cc_sip_endpoint_LDADD = \
	$(COMMON_LA) \
	../libdebug/libdebug.a \
	../liboptions/liboptions.a \
	../libtimer/libtimer.a \
	../libosmocc/libosmocc.a \
	$(SOFIA_LIBS)