From 4ff04d7829157397a9a38ef02166a1dc4e04f69b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 8 Jan 2011 12:53:59 +0200 Subject: [PATCH] * mug2: fix Makefile.am --- toys/mug2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/mug2/Makefile.am b/toys/mug2/Makefile.am index 0f16cbc1..230deaaa 100644 --- a/toys/mug2/Makefile.am +++ b/toys/mug2/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/gtest.mk # enforce compiling this dir first before decending into tests/ SUBDIRS= . -INCLUDES=-I${top_srcdir}/src $(GTK_CFLAGS) $(WEBKIT_CFLAGS) -DICONDIR='"$(icondir)"' \ +INCLUDES=-I${top_srcdir} -I${top_srcdir}/src $(GTK_CFLAGS) $(WEBKIT_CFLAGS) -DICONDIR='"$(icondir)"' \ -DGTK_DISABLE_DEPRECATED -DGSEAL_ENABLE # don't use -Werror, as it might break on other compilers