Add the openconnect plugin to the distcheck rule
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 27 Oct 2010 09:05:54 +0000 (11:05 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 27 Oct 2010 09:05:54 +0000 (11:05 +0200)
Makefile.am
plugins/vpn.c

index cffebd0..5ffc6ff 100644 (file)
@@ -223,6 +223,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \
                                --enable-portal \
                                --enable-hh2serial-gps \
                                --enable-ntpd \
+                               --enable-openconnect \
                                --enable-tools
 
 DISTCLEANFILES = $(pkgconfig_DATA)
index b726e94..278e0ea 100644 (file)
@@ -34,7 +34,7 @@
 #include <linux/if_tun.h>
 #include <net/if.h>
 
-#include <dbus.h>
+#include <dbus/dbus.h>
 
 #include <glib/ghash.h>
 #include <glib/gprintf.h>