diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 03:21:54 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-30 03:21:54 +0200 |
commit | a95f2716f609c2b1dbf49a11830535d88177dffd (patch) | |
tree | d38e09fdf0f662a44ff6f67937029422392499ef /Makefile.am | |
parent | 17dbeffefc57c5c5434f65782350249c2a84e853 (diff) | |
download | connman-a95f2716f609c2b1dbf49a11830535d88177dffd.tar.gz connman-a95f2716f609c2b1dbf49a11830535d88177dffd.tar.bz2 connman-a95f2716f609c2b1dbf49a11830535d88177dffd.zip |
Add dummy HTTPS client to WISPr test program
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8e841868..72703689 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,7 +136,7 @@ noinst_PROGRAMS += tools/wispr tools/wifi-scan \ tools/iptables-test tools/tap-test tools/wpad-test \ tools/stats-ringbuffer-dump -tools_wispr_SOURCES = tools/wispr.c +tools_wispr_SOURCES = tools/wispr.c gweb/giognutls.h gweb/giognutls.c tools_wispr_LDADD = @GLIB_LIBS@ @GNUTLS_LIBS@ tools_wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@ |