diff options
author | Yaakov Selkowitz <[email protected]> | 2013-04-05 01:37:35 -0500 |
---|---|---|
committer | Yaakov Selkowitz <[email protected]> | 2013-04-05 01:37:35 -0500 |
commit | e4b72366305696faf7c378be034e7c4ce3284cfe (patch) | |
tree | 1440e5388ce3ca00cfd38d20c314d82258dcec8a /eel | |
parent | 4761cb125522cab3614d63ac4596a0bcd860d142 (diff) | |
download | caja-e4b72366305696faf7c378be034e7c4ce3284cfe.tar.bz2 caja-e4b72366305696faf7c378be034e7c4ce3284cfe.tar.xz |
Fix vpath build
Diffstat (limited to 'eel')
-rw-r--r-- | eel/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |