comparison libpurple/protocols/gg/Makefile.am @ 32721:2dd117990702

Unless I'm missing something really obvious, this should fix #14544 by telling the compiler where to find GNUTLS headers. It should also allow the gg prpl to be linked against GNUTLS if we're using an external libgadu.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 01 Oct 2011 23:20:49 +0000
parents 41570bf7a4c6
children 326591e64aaa
comparison
equal deleted inserted replaced
32720:062f5781aa57 32721:2dd117990702
59 lib/resolver.h \ 59 lib/resolver.h \
60 lib/session.h \ 60 lib/session.h \
61 lib/sha1.c 61 lib/sha1.c
62 62
63 INTGG_CFLAGS = -I$(top_srcdir)/libpurple/protocols/gg/lib -DGG_IGNORE_DEPRECATED -DUSE_INTERNAL_LIBGADU 63 INTGG_CFLAGS = -I$(top_srcdir)/libpurple/protocols/gg/lib -DGG_IGNORE_DEPRECATED -DUSE_INTERNAL_LIBGADU
64 endif
64 65
65 if USE_GNUTLS 66 if USE_GNUTLS
66 GADU_LIBS += $(GNUTLS_LIBS) 67 GADU_LIBS += $(GNUTLS_LIBS)
67 endif 68 GADU_CFLAGS += $(GNUTLS_CFLAGS)
68
69 endif 69 endif
70 70
71 GGSOURCES = \ 71 GGSOURCES = \
72 $(INTGGSOURCES) \ 72 $(INTGGSOURCES) \
73 gg-utils.h \ 73 gg-utils.h \