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

SUBDIRS = include src doc tests contrib
EXTRA_DIST = \
	     README.md \
	     contrib/osmo-pcu.spec.in \
	     debian \
	     osmoappdesc.py \
	     $(NULL)

AM_DISTCHECK_CONFIGURE_FLAGS = \
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)

@RELMAKE@