tizen: release 0.0.4
[platform/core/system/tlm.git] / src / utils / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 bin_PROGRAMS = tlm-client
4
5 tlm_client_SOURCES = tlm-client.c
6 tlm_client_CFLAGS = \
7     -I$(top_builddir)/src \
8     -I$(top_srcdir)/src \
9     $(TLM_INCLUDES) \
10     $(TLM_CFLAGS) \
11     -DTLM_BIN_DIR='"$(bindir)"' \
12     $(DEPS_CFLAGS)
13
14 tlm_client_LDADD = \
15         $(DEPS_LIBS) \
16         $(top_builddir)/src/common/libtlm-common.la \
17   $(top_builddir)/src/common/dbus/libtlm-dbus-glue.la \
18         $(TLM_LIBS)
19
20 CLEANFILES = *.gcno *.gcda