summaryrefslogtreecommitdiff
path: root/packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-08-01 19:53:18 +0000
committerPhil Blundell <philb@gnu.org>2008-08-01 19:53:18 +0000
commit46ce2bde311b159bcd01fa3bbf48c0e34d95fa22 (patch)
treef54f3b2f1e6c4f9ac49e117f5abd48bcdc063e3b /packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch
parent6402bd6cbaded4993ddac180f53ff9c5eac7309e (diff)
libstroke: new, patch from jay4mail@gmail.com
Diffstat (limited to 'packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch')
-rw-r--r--packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch b/packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch
new file mode 100644
index 0000000000..abd55d676f
--- /dev/null
+++ b/packages/libstroke/libstroke-0.5.1/tests-Makefile.am.patch
@@ -0,0 +1,15 @@
+--- libstroke-0.5.1/tests/Makefile.am.orig 2008-06-11 13:46:40.000000000 +0400
++++ libstroke-0.5.1/tests/Makefile.am 2008-06-11 13:47:23.000000000 +0400
+@@ -14,7 +14,11 @@
+ gnome_stroke_test_SOURCES = gnome_stroke_test.c
+
+ INCLUDES = -I$(top_srcdir)/libstroke -I$(top_srcdir)/libgstroke \
+- @X_CFLAGS@ @GTK_CFLAGS@
++ @X_CFLAGS@
++
++if HAVE_LIBGTK
++INCLUDES += @GTK_CFLAGS@
++endif
+
+ stroke_test_LDADD = ../libstroke/libstroke.la @X_LDFLAGS@
+ gnome_stroke_test_LDADD = ../libgstroke/libgstroke.la @GTK_LIBS@