aboutsummaryrefslogtreecommitdiffstats
path: root/examples/channel/Makefile.am
blob: c4179095cef6f93ef5d977225c3da17ebe832352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)

noinst_PROGRAMS = abis_ipa_stream_server	\
		  abis_ipa_stream_client

abis_ipa_stream_server_SOURCES = abis_ipa_stream_server.c
abis_ipa_stream_server_LDADD = $(top_builddir)/src/libosmonetif.la 	\
			       $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)

abis_ipa_stream_client_SOURCES = abis_ipa_stream_client.c
abis_ipa_stream_client_LDADD = $(top_builddir)/src/libosmonetif.la 	\
			       $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)