diff options
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 cfdafe82..28c50513 100644 --- a/skype/config.mak.in +++ b/skype/config.mak.in @@ -3,6 +3,6 @@ LDFLAGS = @LDFLAGS@ INSTALL = @INSTALL@ prefix = @prefix@ exec_prefix = @exec_prefix@ -sbindir = @sbindir@ +bindir = @bindir@ libdir = @libdir@ plugindir = ${libdir}/bitlbee |