diff options
author | rbuj <[email protected]> | 2020-01-24 00:52:27 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2020-02-17 12:15:19 +0300 |
commit | 41c97c3dfac0270cebcb71c45867343fd861b4b3 (patch) | |
tree | 381613eb931e9f7f239da431e1446fd141d99e47 | |
parent | a88a855548f69eb2267530789dfaf5c41c9a64fc (diff) | |
download | eom-41c97c3dfac0270cebcb71c45867343fd861b4b3.tar.bz2 eom-41c97c3dfac0270cebcb71c45867343fd861b4b3.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 \ |