libt2n: (gerd) add connect timeout
[libt2n] / Makefile.am
1 # not a GNU package. You can remove this line, if
2 # have all needed files, that a GNU package needs
3 AUTOMAKE_OPTIONS = foreign 1.4
4
5 SUBDIRS = src doc test
6
7 # Install the pkg-config file:
8 pkgconfigdir = $(libdir)/pkgconfig
9 pkgconfig_DATA = libt2n.pc
10
11 EXRA_DIST = COPYING COPYING.LIB
12
13 if AUTOCHECK
14 all: config.h
15         $(MAKE) $(AM_MAKEFLAGS) all-recursive
16         $(MAKE) $(AM_MAKEFLAGS) check
17 endif