summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 789b9b0626b8822cbe7a20c2ad7f31813e723081 (plain)
1
2
3
4
5
6
7
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB)

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