From f9b3428a21542d70993be412120ec1112bac83a4 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 20 Apr 2015 13:15:45 +0000 Subject: [PATCH] added -lqsecmn to libqsecmnxx_la_LIBADD in lib/cmn/Makefile.am --- qse/lib/cmn/Makefile.am | 2 +- qse/lib/cmn/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qse/lib/cmn/Makefile.am b/qse/lib/cmn/Makefile.am index c370c156..45334a34 100644 --- a/qse/lib/cmn/Makefile.am +++ b/qse/lib/cmn/Makefile.am @@ -143,7 +143,7 @@ lib_LTLIBRARIES += libqsecmnxx.la libqsecmnxx_la_SOURCES = \ Mmgr.cpp StdMmgr.cpp HeapMmgr.cpp Mmged.cpp Mpool.cpp String.cpp libqsecmnxx_la_LDFLAGS = -version-info 1:0:0 -no-undefined -libqsecmnxx_la_LIBADD = +libqsecmnxx_la_LIBADD = -lqsecmn endif diff --git a/qse/lib/cmn/Makefile.in b/qse/lib/cmn/Makefile.in index 30a72dc3..d3d73701 100644 --- a/qse/lib/cmn/Makefile.in +++ b/qse/lib/cmn/Makefile.in @@ -438,7 +438,7 @@ libqsecmn_la_LIBADD = $(SOCKET_LIBS) $(QUADMATH_LIBS) @ENABLE_CXX_TRUE@ Mmgr.cpp StdMmgr.cpp HeapMmgr.cpp Mmged.cpp Mpool.cpp String.cpp @ENABLE_CXX_TRUE@libqsecmnxx_la_LDFLAGS = -version-info 1:0:0 -no-undefined -@ENABLE_CXX_TRUE@libqsecmnxx_la_LIBADD = +@ENABLE_CXX_TRUE@libqsecmnxx_la_LIBADD = -lqsecmn all: all-am .SUFFIXES: