diff options
author | VMiklos <vmiklos@frugalware.org> | 2007-08-21 20:55:32 +0200 |
---|---|---|
committer | VMiklos <vmiklos@frugalware.org> | 2007-08-21 20:55:32 +0200 |
commit | 2fcad6ee4986bc01d2c526ed84912519d111fa0e (patch) | |
tree | 9d7d27c37a5f3e7dfff9e19c93939fe2eab9d53b /skype/config.mak.in | |
parent | 8e3058bc70420a21393769de5e98b552bbf16acc (diff) |
make install installs skyped
Diffstat (limited to 'skype/config.mak.in')
-rw-r--r-- | skype/config.mak.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skype/config.mak.in b/skype/config.mak.in index 7a16cbb1..cfdafe82 100644 --- a/skype/config.mak.in +++ b/skype/config.mak.in @@ -3,5 +3,6 @@ LDFLAGS = @LDFLAGS@ INSTALL = @INSTALL@ prefix = @prefix@ exec_prefix = @exec_prefix@ +sbindir = @sbindir@ libdir = @libdir@ plugindir = ${libdir}/bitlbee |