diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-27 11:05:54 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-27 11:05:54 +0200 |
commit | 29cbdb2c9ab82fce532004da6fe3574560efda0f (patch) | |
tree | 3baa6a1f639c1454692be5f2ba0c64aa5f4e7d49 /Makefile.am | |
parent | 26911d4f9b29fd9f93822f52ae6db2c7738a7aa5 (diff) | |
download | connman-29cbdb2c9ab82fce532004da6fe3574560efda0f.tar.gz connman-29cbdb2c9ab82fce532004da6fe3574560efda0f.tar.bz2 connman-29cbdb2c9ab82fce532004da6fe3574560efda0f.zip |
Add the openconnect plugin to the distcheck rule
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cffebd0e..5ffc6ff1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -223,6 +223,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \ --enable-portal \ --enable-hh2serial-gps \ --enable-ntpd \ + --enable-openconnect \ --enable-tools DISTCLEANFILES = $(pkgconfig_DATA) |