diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-12 21:07:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-12 21:07:10 +0100 |
commit | c7304b27f173fed8e2a68272186b1575937ef98b (patch) | |
tree | f9e74a35a286a0d521f53422f97c3040fa5cb42e /skype/configure.ac | |
parent | e65ceaa6ba982fbfe14cfa191a56279f61c58a91 (diff) |
auth via ssl
- move the config file to sysconfdir/skyped/skyped.conf as there will other config files there, too
- autogenerate the ssl paths in skyped.conf.dist
- skype plugin: connect via ssl
- skyped: listen via ssl
Diffstat (limited to 'skype/configure.ac')
-rw-r--r-- | skype/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skype/configure.ac b/skype/configure.ac index 36c4fdcd..08ba6f91 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -16,3 +16,4 @@ PKG_CHECK_MODULES(BITLBEE, bitlbee) CFLAGS="$CFLAGS $BITLBEE_CFLAGS" LDFLAGS="$LDFLAGS $BITLBEE_LIBS" AC_OUTPUT(config.mak) +AC_OUTPUT(skyped.conf.dist) |