[uim-commit] r1798 - branches/r5rs/sigscheme

ekato at freedesktop.org ekato at freedesktop.org
Tue Oct 4 06:55:28 PDT 2005


Author: ekato
Date: 2005-10-04 06:55:25 -0700 (Tue, 04 Oct 2005)
New Revision: 1798

Modified:
   branches/r5rs/sigscheme/Makefile.am
Log:
* sigscheme/Makefile.am : Avoid non-portable way (at least for Mac
  OS X and Solaris) of creating static library.


Modified: branches/r5rs/sigscheme/Makefile.am
===================================================================
--- branches/r5rs/sigscheme/Makefile.am	2005-10-04 10:46:48 UTC (rev 1797)
+++ branches/r5rs/sigscheme/Makefile.am	2005-10-04 13:55:25 UTC (rev 1798)
@@ -1,4 +1,4 @@
-lib_LTLIBRARIES  = libsscm.la
+noinst_LTLIBRARIES  = libsscm.la
 libsscm_la_SOURCES = \
 		datas.c storage-protection.c debug.c \
 		encoding.c error.c \
@@ -8,7 +8,6 @@
 		sigscheme.h sigschemetype.h
  
 libsscm_la_CFLAGS   = -Wall
-libsscm_la_LDFLAGS  = -static
 
 bin_PROGRAMS  = sscm
 sscm_SOURCES  = main.c



More information about the uim-commit mailing list