diff options
author | monsta <[email protected]> | 2016-11-21 22:24:00 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-21 22:24:00 +0300 |
commit | e85aca3ba0c5f59b12fd557285cc74dbbb8bf909 (patch) | |
tree | 110b2bd894f1ba0dee8ab3968590b13ce41b7357 /doc/reference/Makefile.am | |
parent | 2d9c33aa5d3020beb58866279d1a9bead67a617b (diff) | |
download | eom-e85aca3ba0c5f59b12fd557285cc74dbbb8bf909.tar.bz2 eom-e85aca3ba0c5f59b12fd557285cc74dbbb8bf909.tar.xz |
drop Python plugins support and --enable-python build option
it requires PyGTK so won't even build with GTK+3
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r-- | doc/reference/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index ec25e60..9e560d2 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -48,14 +48,12 @@ CFILE_GLOB=$(top_srcdir)/src/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES= \ - eom-python-plugin.h \ eom-image-private.h \ eom-image-jpeg.h \ eom-marshal.h \ eom-application-service.h \ eom-enum-types.h \ - eom-module.h \ - eom-python-module.h + eom-module.h if !HAVE_EXIF if !HAVE_EXEMPI |