diff options
| author | 2014-07-26 17:08:41 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = src | 3 | SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) |
| 4 | 4 | ||
| 5 | udevrulesdir = /lib/udev/rules.d | 5 | DISTCHECK_CONFIGURE_FLAGS = \ |
| 6 | udevrules_DATA = udev/39-usbmuxd.rules | 6 | --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ |
| 7 | --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ No newline at end of file | ||
