support the tdm dynamic fps and the dpms on/off event
[platform/core/uifw/libtdm.git] / tools / Makefile.am
1 bin_PROGRAMS = \
2         tdm-test-client
3
4 tdm_test_client_SOURCES = \
5         tdm_test_client.c
6
7 tdm_test_client_LDFLAGS = ${LDFLAGS}
8 tdm_test_client_CFLAGS = \
9         $(TDM_CFLAGS) \
10         -I$(top_srcdir)/include \
11         -I$(top_srcdir)/client \
12         -I$(top_srcdir)/src
13 tdm_test_client_LDADD = \
14         $(TDM_LIBS) \
15         $(top_builddir)/client/libtdm-client.la