diff options
author | Felix Riemann <[email protected]> | 2015-06-22 19:42:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-08-01 12:20:45 +0200 |
commit | fd322e81d7a8d6affbefbb6a4055a1f106987f83 (patch) | |
tree | 5dba8acee8dc90fbdcbc6083300dc6c730c7d631 | |
parent | c82834741d6fcba90e9b63437175b9f919adbdf7 (diff) | |
download | eom-fd322e81d7a8d6affbefbb6a4055a1f106987f83.tar.bz2 eom-fd322e81d7a8d6affbefbb6a4055a1f106987f83.tar.xz |
Fix API docs build without libexif
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/d45b7f1
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index e6fc457..11eb856 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -55,12 +55,10 @@ IGNORE_HFILES= \ eom-enum-types.h if !HAVE_EXIF -if !HAVE_EXEMPI IGNORE_HFILES += \ eom-exif-util.h \ eom-metadata-details.h endif -endif # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |