summaryrefslogtreecommitdiffstats
path: root/src/stun/Makefile.am
blob: f52facec17b4226d0df873ee9499a961d64e92f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CPPFLAGS = \
	-Wall \
	-I$(top_srcdir)/src \
	$(CCRTP_CFLAGS)\
	$(XML2_CFLAGS)

noinst_LIBRARIES = libstun.a

libstun_a_SOURCES =\
	stun.cxx\
	stun_transaction.cpp\
	udp.cxx\
	stun.h\
	stun_transaction.h\
	udp.h