diff options
author | Pavel Šimerda <psimerda@redhat.com> | 2012-11-15 07:48:51 +0100 |
---|---|---|
committer | Pavel Šimerda <psimerda@redhat.com> | 2012-11-15 10:40:50 +0100 |
commit | 2750b0759f1250ccfb37389fb88b13bb1151ff0e (patch) | |
tree | ec4e818f54a6791b6dbcc5847d9171cf48cf7a0b /Makefile.am | |
parent | 86f857325ec7128413678bd0b3ee84ca9d3b84a8 (diff) | |
download | NetworkManager-2750b0759f1250ccfb37389fb88b13bb1151ff0e.tar.gz |
build: don't write systemd unit file outside of prefix
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 93e37d46e9..d9a5896b7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,6 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-docs=yes \ --enable-more-warnings=yes \ --with-udev-dir=$$dc_install_base/lib/udev \ - --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ --with-wext=no \ --enable-ifcfg-rh \ --enable-ifcfg-suse \ |