--- a/finch/meson.build Fri Jun 16 01:29:50 2017 -0400 +++ b/finch/meson.build Fri Jun 16 01:55:44 2017 -0400 @@ -90,7 +90,6 @@ configuration : conf, install : true, install_dir : get_option('libdir') + '/pkgconfig') -endif #AM_CPPFLAGS = \ # -DSTANDALONE \ @@ -107,7 +106,6 @@ # $(INTROSPECTION_CFLAGS) \ # $(GNT_CFLAGS) -if ENABLE_GNT if enable_introspection introspection_sources = libfinch_headers @@ -121,6 +119,6 @@ purple_minor_version), install : true) endif + + subdir('plugins') endif # ENABLE_GNT - -subdir('plugins')