diff options
author | Pavel Šimerda <psimerda@redhat.com> | 2012-11-08 00:22:10 +0100 |
---|---|---|
committer | Pavel Šimerda <psimerda@redhat.com> | 2012-11-13 20:23:06 +0100 |
commit | 2d7f9f3d10295ff8007a5317f5f7148d7be781df (patch) | |
tree | 0dc5e1c9900403f3c2b9d2866e51ed967dc1206e /Makefile.am | |
parent | faa1bcb540c3dac9bc1a85aa3518f8513fa44417 (diff) | |
download | NetworkManager-2d7f9f3d10295ff8007a5317f5f7148d7be781df.tar.gz |
build: build with all plugins for 'make distcheck'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a0ad558f1..d62c10fbb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,11 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-more-warnings=yes \ --with-udev-dir=$$dc_install_base/lib/udev \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ - --with-wext=no + --with-wext=no \ + --with-ifcfg-rh \ + --with-ifcfg-suse \ + --with-ifupdown \ + --with-ifnet DISTCLEANFILES = intltool-extract intltool-merge intltool-update |