added qse_spl_trylock() for powerpc
This commit is contained in:
@ -60,6 +60,6 @@ libqsesixx_la_SOURCES = \
|
||||
TcpServer.cpp \
|
||||
Thread.cpp
|
||||
libqsesixx_la_LDFLAGS = -L. -L../cmn -version-info 1:0:0 -no-undefined
|
||||
libqsesixx_la_LIBADD = -lqsecmnxx -lqsecmn
|
||||
libqsesixx_la_LIBADD = -lqsecmnxx -lqsesi -lqsecmn
|
||||
endif
|
||||
|
||||
|
@ -477,7 +477,7 @@ libqsesi_la_LIBADD = -lqsecmn $(PTHREAD_LIBS) $(SSL_LIBS)
|
||||
@ENABLE_CXX_TRUE@ Thread.cpp
|
||||
|
||||
@ENABLE_CXX_TRUE@libqsesixx_la_LDFLAGS = -L. -L../cmn -version-info 1:0:0 -no-undefined
|
||||
@ENABLE_CXX_TRUE@libqsesixx_la_LIBADD = -lqsecmnxx -lqsecmn
|
||||
@ENABLE_CXX_TRUE@libqsesixx_la_LIBADD = -lqsesi -lqsecmnxx -lqsecmn
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -16,6 +16,7 @@ libqsexli_la_LIBADD = -lqsesi -lqsecmn
|
||||
if ENABLE_CXX
|
||||
lib_LTLIBRARIES += libqsexlixx.la
|
||||
libqsexlixx_la_SOURCES = SkvEnv.cpp
|
||||
libqsexlixx_la_LDFLAGS = -L. -L../cmn -L../si -version-info 1:0:0 -no-undefined
|
||||
libqsexlixx_la_LIBADD = -lqsecmnxx -lqsexli -lqsesi -lqsecmn
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user