diff options
Diffstat (limited to 'Tools/DumpRenderTree/gtk/GNUmakefile.ImageDiff.am')
| -rw-r--r-- | Tools/DumpRenderTree/gtk/GNUmakefile.ImageDiff.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Tools/DumpRenderTree/gtk/GNUmakefile.ImageDiff.am b/Tools/DumpRenderTree/gtk/GNUmakefile.ImageDiff.am deleted file mode 100644 index e7c3aefc0..000000000 --- a/Tools/DumpRenderTree/gtk/GNUmakefile.ImageDiff.am +++ /dev/null @@ -1,28 +0,0 @@ -noinst_PROGRAMS += \ - Programs/ImageDiff - -Programs_ImageDiff_CPPFLAGS = $(global_cppflags) - -Programs_ImageDiff_SOURCES = \ - Tools/DumpRenderTree/gtk/ImageDiff.cpp - -Programs_ImageDiff_CXXFLAGS = \ - $(global_cxxflags) \ - $(global_cppflags) \ - $(Programs_ImageDiff_CFLAGS) - -Programs_ImageDiff_CFLAGS = \ - -fno-strict-aliasing \ - $(global_cflags) \ - $(GLOBALDEPS_CFLAGS) \ - $(GTK_CFLAGS) - -Programs_ImageDiff_LDADD = \ - $(GTK_LIBS) - -Programs_ImageDiff_LDFLAGS = \ - -no-fast-install \ - -no-install - -CLEANFILES += \ - Programs/ImageDiff |
