2005-07-23 20:28:33 -04:00
|
|
|
$OpenBSD: patch-Makefile_defines_int_in,v 1.4 2005/07/24 00:28:33 brad Exp $
|
|
|
|
--- Makefile.defines_int.in.orig Tue May 10 12:58:55 2005
|
|
|
|
+++ Makefile.defines_int.in Mon Jul 4 22:47:41 2005
|
|
|
|
@@ -29,7 +29,7 @@ silc_install_prefix=@prefix@
|
2004-08-21 18:41:48 -04:00
|
|
|
#
|
|
|
|
# Common libraries that are linked against the created executable
|
|
|
|
#
|
2005-07-23 20:28:33 -04:00
|
|
|
-SILC_COMMON_LIBS= -L$(silc_top_srcdir)/lib -lsilc @LIBS@
|
|
|
|
+SILC_COMMON_LIBS= $(silc_top_srcdir)/lib/libsilc.la @LIBS@
|
2004-08-21 18:41:48 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Common compilation flags
|