libstroke: new, patch from jay4mail@gmail.com
[vuplus_openembedded] / packages / libstroke / libstroke-0.5.1 / tests-Makefile.am.patch
1 --- libstroke-0.5.1/tests/Makefile.am.orig      2008-06-11 13:46:40.000000000 +0400
2 +++ libstroke-0.5.1/tests/Makefile.am   2008-06-11 13:47:23.000000000 +0400
3 @@ -14,7 +14,11 @@
4  gnome_stroke_test_SOURCES = gnome_stroke_test.c
5  
6  INCLUDES = -I$(top_srcdir)/libstroke -I$(top_srcdir)/libgstroke \
7 -               @X_CFLAGS@ @GTK_CFLAGS@
8 +               @X_CFLAGS@
9 +
10 +if HAVE_LIBGTK
11 +INCLUDES += @GTK_CFLAGS@
12 +endif
13  
14  stroke_test_LDADD = ../libstroke/libstroke.la @X_LDFLAGS@
15  gnome_stroke_test_LDADD = ../libgstroke/libgstroke.la @GTK_LIBS@