File: Makefile.am

package info (click to toggle)
glib-networking 2.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,180 kB
  • ctags: 1,358
  • sloc: sh: 11,806; ansic: 11,353; makefile: 230
file content (40 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/glib-networking.mk

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

SUBDIRS = po

if HAVE_LIBPROXY
SUBDIRS += proxy/libproxy
endif

if HAVE_GNOME_PROXY
SUBDIRS += proxy/gnome
endif

SUBDIRS += proxy/tests

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 \
		$(GIO_QUERYMODULES) $(GIO_MODULE_DIR) ;           \
	fi

uninstall-hook:
	if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \
		$(GIO_QUERYMODULES) $(GIO_MODULE_DIR) ;           \
	fi

EXTRA_DIST +=		\
	tap-driver.sh	\
	tap-test	\
	$(NULL)