finch/meson.build

branch
meson
changeset 38501
c406bd8ef671
parent 38487
9e341a7537bd
child 38506
ecd4dc017068
--- 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')

mercurial