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

check_PROGRAMS = osmo-pcap-test

osmo_pcap_test_SOURCES = proto.c		\
			 l3_ipv4.c		\
			 l4_tcp.c		\
			 l4_udp.c		\
			 main.c

osmo_pcap_test_LDFLAGS = -lpcap			\
			 -losmocore		\
			 -losmonetif