aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: 5fb1362273b33baa4554cd37f2cdbcc121c9eeaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
NULL =

AM_CFLAGS = \
	-I$(top_srcdir)/include \
	$(NULL)

bin_PROGRAMS = \
	modemctrl \
	$(NULL)

modemctrl_SOURCES = modemctrl.c
modemctrl_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
modemctrl_LDFLAGS =