svn commit: samba r25955 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Wed Nov 14 11:42:03 GMT 2007


Author: metze
Date: 2007-11-14 11:42:03 +0000 (Wed, 14 Nov 2007)
New Revision: 25955

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25955

Log:
libreplace: add a useful link about linking shared libraries

http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-14 10:52:47 UTC (rev 25954)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-14 11:42:03 UTC (rev 25955)
@@ -1,3 +1,8 @@
+#
+# This offers a nice overview how to build shared libraries on all platforms
+#        http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html
+#
+
 AC_DEFUN([AC_LD_EXPORT_DYNAMIC],
 [
 saved_LDFLAGS="$LDFLAGS"



More information about the samba-cvs mailing list