Disabled touch adjust feature in case of SDK version.
[framework/web/webkit-efl.git] / Tools / DumpRenderTree / gtk / GNUmakefile.ImageDiff.am
1 noinst_PROGRAMS += \
2         Programs/ImageDiff
3
4 Programs_ImageDiff_CPPFLAGS = $(global_cppflags)
5
6 Programs_ImageDiff_SOURCES = \
7    Tools/DumpRenderTree/gtk/ImageDiff.cpp
8
9 Programs_ImageDiff_CXXFLAGS = \
10    $(global_cxxflags) \
11    $(global_cppflags) \
12    $(Programs_ImageDiff_CFLAGS)
13
14 Programs_ImageDiff_CFLAGS = \
15    -fno-strict-aliasing \
16    $(global_cflags) \
17    $(GLOBALDEPS_CFLAGS) \
18    $(GTK_CFLAGS)
19
20 Programs_ImageDiff_LDADD = \
21    $(GTK_LIBS)
22
23 Programs_ImageDiff_LDFLAGS = \
24    -no-fast-install \
25    -no-install
26
27 CLEANFILES += \
28         Programs/ImageDiff