TLS: Only cache session data if a session was not resumed
[platform/upstream/glib-networking.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/glib-networking.mk
3
4 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
5
6 SUBDIRS = po
7
8 if HAVE_LIBPROXY
9 SUBDIRS += proxy/libproxy
10 endif
11
12 if HAVE_GNOME_PROXY
13 SUBDIRS += proxy/gnome
14 endif
15
16 SUBDIRS += proxy/tests
17
18 if HAVE_PKCS11
19 SUBDIRS += tls/pkcs11
20 endif
21
22 if HAVE_GNUTLS
23 SUBDIRS += tls/gnutls
24 SUBDIRS += tls/tests
25 endif
26
27 install-exec-hook:
28         if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \
29                 $(GIO_QUERYMODULES) $(GIO_MODULE_DIR) ;           \
30         fi
31
32 uninstall-hook:
33         if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \
34                 $(GIO_QUERYMODULES) $(GIO_MODULE_DIR) ;           \
35         fi