From e4b72366305696faf7c378be034e7c4ce3284cfe Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 5 Apr 2013 01:37:35 -0500 Subject: Fix vpath build --- eel/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'eel/Makefile.am') diff --git a/eel/Makefile.am b/eel/Makefile.am index 831ab7d5..ffa906ee 100644 --- a/eel/Makefile.am +++ b/eel/Makefile.am @@ -5,6 +5,7 @@ noinst_LTLIBRARIES=libeel-2.la INCLUDES = \ -DG_LOG_DOMAIN=\"Eel\" \ -I$(top_builddir) \ + -I$(top_srcdir) \ $(CORE_CFLAGS) \ $(WARNING_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ -- cgit v1.2.1