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/config.mak.in | |
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/config.mak.in')
-rw-r--r-- | skype/config.mak.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/config.mak.in b/skype/config.mak.in index 4dd6ac47..7a63bf35 100644 --- a/skype/config.mak.in +++ b/skype/config.mak.in @@ -2,7 +2,7 @@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ INSTALL = @INSTALL@ prefix = @prefix@ -sysconfdir = @sysconfdir@ +sysconfdir = @sysconfdir@/skyped exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ |