Remove autoconf base stuff
[libi2ncommon] / 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 ACLOCAL_FLAGS = -I m4
5
6 SUBDIRS = src configlib xmllib utils doc test
7
8 # Install the pkg-config file:
9 pkgconfigdir = $(libdir)/pkgconfig
10 pkgconfig_DATA = libi2ncommon.pc libi2ncommon_config.pc libi2ncommon_xml.pc libi2ncommon_utils.pc
11
12 if AUTOCHECK
13 all: config.h
14         $(MAKE) $(AM_MAKEFLAGS) all-recursive
15         $(MAKE) $(AM_MAKEFLAGS) check
16 endif
17
18 EXTRA_DIST = LICENSE COPYING.GPL