summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 84ea46a7cc32521962429f3c27d0265318f93ffd (plain)
1
2
3
4
5
6
7
8
9
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = common src $(UDEV_SUB) $(SYSTEMD_SUB) docs

EXTRA_DIST = docs COPYING.GPLv2 COPYING.GPLv3

DISTCHECK_CONFIGURE_FLAGS =				\
	--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)