Commit 55f0b75e authored by illya_dudchenko's avatar illya_dudchenko

Replaced OPENSSL_CFLAGS with OPENSSL_INCLUDES

parent 541801d4
...@@ -15,7 +15,7 @@ AM_CFLAGS = \ ...@@ -15,7 +15,7 @@ AM_CFLAGS = \
-DG_LOG_DOMAIN=\"libnice-stun\" \ -DG_LOG_DOMAIN=\"libnice-stun\" \
$(LIBNICE_CFLAGS) \ $(LIBNICE_CFLAGS) \
$(GNUTLS_CFLAGS) \ $(GNUTLS_CFLAGS) \
$(OPENSSL_CFLAGS) \ $(OPENSSL_INCLUDES) \
$(NULL) $(NULL)
AM_CPPFLAGS = -I$(top_srcdir) AM_CPPFLAGS = -I$(top_srcdir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment