aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 48051f24a4ef7c89411296d4fc90efe3f0a0ffef (plain)
1
2
3
4
5
6
7
8
9
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

SUBDIRS = include src doc tests contrib
EXTRA_DIST = osmoappdesc.py README.md

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

@RELMAKE@