aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 0093f0e410af3b5714bc3aa21b6fd1f8629bbfcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosmogapk.pc

AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include

SUBDIRS = include

if ENABLE_GSMHR
SUBDIRS += libgsmhr
endif

SUBDIRS += src tests