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