guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-oops Makefile.am


From: Mikael Djurfeldt
Subject: guile/guile-oops Makefile.am
Date: Thu, 22 Feb 2001 11:07:47 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/02/22 11:07:47

Modified files:
        guile-oops     : Makefile.am 

Log message:
        * configure.in, Makefile.am: Added kludge to prevent
        libgoopscore.so to be linked with libqthreads.so (which strangely
        generates a lintian shlib-with-non-pic-code error).

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-oops/Makefile.am.diff?r1=1.34&r2=1.35

Patches:
Index: guile/guile-oops/Makefile.am
diff -u guile/guile-oops/Makefile.am:1.34 guile/guile-oops/Makefile.am:1.35
--- guile/guile-oops/Makefile.am:1.34   Fri Jun 30 13:21:53 2000
+++ guile/guile-oops/Makefile.am        Thu Feb 22 11:07:47 2001
@@ -7,7 +7,7 @@
 
 guile_oops_SOURCES = guile-oops.c
 guile_oops_DEPENDENCIES = @LIBLOBJS@
-guile_oops_LDADD = @LIBLOBJS@ libgoopscore.la
+guile_oops_LDADD = @LIBLOBJS@ libgoopscore.la @LIBQTHREADS@
 
 libgoopscore_la_SOURCES = goops.c
 libgoopscore_la_LDFLAGS = -version-info 
@LIBGOOPSCORE_MAJOR_VERSION@:@LIBGOOPSCORE_MINOR_VERSION@:@LIBGOOPSCORE_REVISION_VERSION@
 -export-dynamic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]