diff options
Diffstat (limited to 'eel/Makefile.am')
-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) \ |