diff options
author | Pavel Šimerda <psimerda@redhat.com> | 2012-11-14 02:13:55 +0100 |
---|---|---|
committer | Pavel Šimerda <psimerda@redhat.com> | 2012-11-14 02:13:55 +0100 |
commit | 2a900e2d0d8d185db219bd80ab0c9d5a60acc867 (patch) | |
tree | d348928cbe11fda23f946efb2d4722670cebce72 /Makefile.am | |
parent | 1b0b943663bc99bdb3a720e80fd87b4380465a69 (diff) | |
download | NetworkManager-2a900e2d0d8d185db219bd80ab0c9d5a60acc867.tar.gz |
build: fix plugin options for 'make distcheck'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index d62c10fbb4..93e37d46e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,10 +33,10 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-udev-dir=$$dc_install_base/lib/udev \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ --with-wext=no \ - --with-ifcfg-rh \ - --with-ifcfg-suse \ - --with-ifupdown \ - --with-ifnet + --enable-ifcfg-rh \ + --enable-ifcfg-suse \ + --enable-ifupdown \ + --enable-ifnet DISTCLEANFILES = intltool-extract intltool-merge intltool-update |