aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmo-pcap-test/Makefile.am
blob: 3e5bdf1aaee522598b1ca0f85838e6b12c30a052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(top_srcdir)/Make_global.am

check_PROGRAMS = osmo-pcap-test

osmo_pcap_test_SOURCES = proto.c		\
			 l2_eth.c		\
			 l2_sll.c		\
			 l3_ipv4.c		\
			 l4_tcp.c		\
			 l4_udp.c		\
			 osmux_test.c		\
			 pcap.c

osmo_pcap_test_LDADD =   -lpcap			\
			 -losmocore		\
			 -losmonetif