diff options
author | rbuj <[email protected]> | 2020-01-24 00:52:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-25 20:08:15 +0100 |
commit | 232ff69865798f2458e0f5d3e6d176cebecd8101 (patch) | |
tree | c6fa02b51cca78ad32b0e459e4f7cd4e027c6eb8 | |
parent | 4e04529f28af58cff55d51125ee5735cc178f382 (diff) | |
download | eom-232ff69865798f2458e0f5d3e6d176cebecd8101.tar.bz2 eom-232ff69865798f2458e0f5d3e6d176cebecd8101.tar.xz |
Preprocessing warning for file: src/eom-window.c
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 949cf8c..c2cc626 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -132,6 +132,7 @@ libeom_la_SOURCES += \ endif HAVE_EXEMPI libeom_la_CPPFLAGS = \ + -I$(srcdir) \ -I$(top_srcdir) \ -I$(top_srcdir)/jpegutils \ -I$(top_srcdir)/cut-n-paste/toolbar-editor \ |