Revert "gnutls: correctly set CFLAGS using GNUTLS_CFLAGS"
authorDan Winship <danw@gnome.org>
Wed, 3 Apr 2013 16:38:05 +0000 (12:38 -0400)
committerDan Winship <danw@gnome.org>
Wed, 3 Apr 2013 16:38:05 +0000 (12:38 -0400)
This reverts commit 9802180053a0e8eb23116d2f6cd6abb32d9bab3b.

tls/gnutls/Makefile.am
tls/tests/Makefile.am

index c2ab465..fd83f4f 100644 (file)
@@ -49,7 +49,7 @@ libgiognutls_la_SOURCES =             \
 
 INCLUDES +=                            \
        $(P11_CFLAGS)                   \
-       $(GNUTLS_CFLAGS)                \
+       $(LIBGNUTLS_CFLAGS)             \
        $(NULL)
 
 libgiognutls_la_LDFLAGS = $(module_flags)
index 305394d..94fd6f2 100644 (file)
@@ -25,10 +25,7 @@ TEST_PROGS +=              \
        pkcs11-pin         \
        pkcs11-slot
 
-INCLUDES +=                    \
-       $(PKCS11_CFLAGS)        \
-       $(GNUTLS_CFLAGS)
-
+INCLUDES += $(PKCS11_CFLAGS)
 LDADD += $(top_builddir)/tls/pkcs11/libgiopkcs11.la $(PKCS11_LIBS)
 
 pkcs11_slot_SOURCES = pkcs11-slot.c \