diff options
author | Martin Szulecki | 2014-07-26 17:08:41 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-09-19 18:54:02 +0200 |
commit | 577538f213cd7132c7450db393fd6fef6bb46b5a (patch) | |
tree | 74a21364696e0e2f375613e1c45006d5e6779dc0 /Makefile.am | |
parent | b7976d2a53b27ec9c42f81a22e91704dbcc5fb53 (diff) | |
download | usbmuxd-577538f213cd7132c7450db393fd6fef6bb46b5a.tar.gz usbmuxd-577538f213cd7132c7450db393fd6fef6bb46b5a.tar.bz2 |
Add systemd activation autofoo with fallback for udev and manual activation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4ee9db6..789b9b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src +SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) -udevrulesdir = /lib/udev/rules.d -udevrules_DATA = udev/39-usbmuxd.rules +DISTCHECK_CONFIGURE_FLAGS = \ + --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
\ No newline at end of file |