aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mgcp/Makefile.am
blob: 008979be13c386645b1365e808044c5af433687c (plain)
1
2
3
4
5
6
7
8
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
noinst_PROGRAMS = mgcp_patch_test

EXTRA_DIST = mgcp_patch_test.ok

mgcp_patch_test_SOURCES = mgcp_patch_test.c $(top_srcdir)/src/mgcp_patch.c
mgcp_patch_test_LDADD = $(LIBOSMOCORE_LIBS)