Modification of the ChangeLog.
[profile/ivi/ico-uxf-device-input-controller.git] / touch_egalax / Makefile.am
1 export abs_builddir
2
3 AM_CFLAGS = $(GCC_CFLAGS)
4 AM_CPPFLAGS = -I$(top_srcdir)/src $(COMPOSITOR_CFLAGS)
5
6 bin_PROGRAMS =          \
7         ico_ictl-touch_egalax   \
8         ico_ictl-egalax_calibration
9
10 check_LTLIBRARIES = $(TESTS)
11 check_PROGRAMS = \
12         ico_ictl-touch_egalax   \
13         ico_ictl-egalax_calibration
14
15 AM_LDFLAGS = -module -avoid-version -rpath $(libdir)
16
17 ico_ictl_touch_egalax_SOURCES = \
18         ico_ictl-touch_egalax.c
19 ico_ictl_touch_egalax_LDADD = $(SIMPLE_CLIENT_LIBS)
20
21 ico_ictl_egalax_calibration_SOURCES = \
22         ico_ictl-egalax_calibration.c
23 ico_ictl_egalax_calibration_LDADD = $(SIMPLE_CLIENT_LIBS)
24