diff options
| author | Michael Biebl <biebl@debian.org> | 2011-10-16 08:47:38 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-10-16 08:47:38 +0200 |
| commit | dcc310e31af7fa88eb51fabe90de7edd374aecc5 (patch) | |
| tree | a517abb10b0f0be34e511ca0cb2a78a2e0074362 /introspection | |
| parent | 263bf4c0c89bb88dc995acd9a6a2de9095fbd461 (diff) | |
Imported Upstream version 0.9.1.90 upstream/0.9.1.90
Diffstat (limited to 'introspection')
| -rw-r--r-- | introspection/Makefile.in | 6 | ||||
| -rw-r--r-- | introspection/all.xml.in | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/introspection/Makefile.in b/introspection/Makefile.in index 95c3c47e..d8e9020f 100644 --- a/introspection/Makefile.in +++ b/introspection/Makefile.in @@ -153,6 +153,12 @@ LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBM = @LIBM@ +LIBNL1_CFLAGS = @LIBNL1_CFLAGS@ +LIBNL1_LIBS = @LIBNL1_LIBS@ +LIBNL2_CFLAGS = @LIBNL2_CFLAGS@ +LIBNL2_LIBS = @LIBNL2_LIBS@ +LIBNL3_CFLAGS = @LIBNL3_CFLAGS@ +LIBNL3_LIBS = @LIBNL3_LIBS@ LIBNL_CFLAGS = @LIBNL_CFLAGS@ LIBNL_LIBS = @LIBNL_LIBS@ LIBOBJS = @LIBOBJS@ diff --git a/introspection/all.xml.in b/introspection/all.xml.in index 4d2c2721..bcb8d045 100644 --- a/introspection/all.xml.in +++ b/introspection/all.xml.in @@ -43,6 +43,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ <xi:include href="nm-settings-connection.xml"/> <xi:include href="nm-active-connection.xml"/> <xi:include href="nm-agent-manager.xml"/> +<xi:include href="nm-secret-agent.xml"/> <xi:include href="nm-vpn-connection.xml"/> <xi:include href="nm-vpn-plugin.xml"/> |