Mercurial > pidgin
diff src/Makefile.am @ 11225:46facec74fc1
[gaim-migrate @ 13361]
added STUN API to detect a NAT and the public ip
committer: Tailor Script <tailor@pidgin.im>
| author | Thomas Butter <tbutter> |
|---|---|
| date | Wed, 10 Aug 2005 21:16:37 +0000 |
| parents | 3aeb85cc9cda |
| children | 66f872f30e40 |
line wrap: on
line diff
--- a/src/Makefile.am Wed Aug 10 21:13:44 2005 +0000 +++ b/src/Makefile.am Wed Aug 10 21:16:37 2005 +0000 @@ -94,6 +94,7 @@ signals.c \ status.c \ stringref.c \ + stun.c \ sound.c \ sslconn.c \ upnp.c \ @@ -135,6 +136,7 @@ signals.h \ status.h \ stringref.h \ + stun.h \ sound.h \ sslconn.h \ upnp.h \
