diff options
author | rbuj <[email protected]> | 2020-01-24 00:26:39 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2020-02-17 12:15:10 +0300 |
commit | a88a855548f69eb2267530789dfaf5c41c9a64fc (patch) | |
tree | 45e8133026c1687b2ca9c409e18a5991f396cb3b | |
parent | 0e0786be1b18007bc066c82ccbaed2f2b5741843 (diff) | |
download | eom-a88a855548f69eb2267530789dfaf5c41c9a64fc.tar.bz2 eom-a88a855548f69eb2267530789dfaf5c41c9a64fc.tar.xz |
Preprocessing warning for file: src/eom-print.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 fd25093..949cf8c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -132,6 +132,7 @@ libeom_la_SOURCES += \ endif HAVE_EXEMPI libeom_la_CPPFLAGS = \ + -I$(top_srcdir) \ -I$(top_srcdir)/jpegutils \ -I$(top_srcdir)/cut-n-paste/toolbar-editor \ -DG_LOG_DOMAIN=\"EOM\" \ |