gnutls: correctly set CFLAGS using GNUTLS_CFLAGS
[platform/upstream/glib-networking.git] / Makefile.am
index 0a55026..4cd21b0 100644 (file)
@@ -15,11 +15,14 @@ endif
 
 SUBDIRS += proxy/tests
 
-if HAVE_GNUTLS
-SUBDIRS += tls/gnutls
+if HAVE_PKCS11
+SUBDIRS += tls/pkcs11
 endif
 
+if HAVE_GNUTLS
+SUBDIRS += tls/gnutls
 SUBDIRS += tls/tests
+endif
 
 install-exec-hook:
        if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \