13 lines
438 B
Diff
13 lines
438 B
Diff
diff -up libssh-0.2/libssh/Makefile.in.libdir libssh-0.2/libssh/Makefile.in
|
|
--- libssh-0.2/libssh/Makefile.in.libdir 2009-06-01 17:36:23.726517145 +0200
|
|
+++ libssh-0.2/libssh/Makefile.in 2009-06-01 17:37:31.506349284 +0200
|
|
@@ -15,7 +15,7 @@ exec_prefix = @exec_prefix@
|
|
bindir = $(exec_prefix)/bin
|
|
incldir= $(prefix)/include
|
|
infodir = $(prefix)/info
|
|
-libdir = $(prefix)/lib/
|
|
+libdir = @libdir@
|
|
mandir = $(prefix)/man/man1
|
|
|
|
CC = @CC@
|