*** empty log message ***
This commit is contained in:
parent
d6fc734fac
commit
d0645cb6ee
|
@ -20,8 +20,8 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# Author : $Author: fgerlits $
|
||||||
# Version : $Revision: 1.4 $
|
# Version : $Revision: 1.5 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/etc/Makefile.in,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/etc/Makefile.in,v $
|
||||||
#
|
#
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
@ -95,8 +95,11 @@ LDFLAGS = @LDFLAGS@ -L${USR_LIB_DIR} -L${CORE_LIB_DIR} -L${LIB_DIR}
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
STORAGE_LIB_OBJS = ${TMP_DIR}/StorageClientFactory.o \
|
STORAGE_LIB_OBJS = ${TMP_DIR}/StorageClientFactory.o \
|
||||||
${TMP_DIR}/TestStorageClient.o
|
${TMP_DIR}/TestStorageClient.o
|
||||||
TEST_RUNNER_OBJS = ${TMP_DIR}/TestStorageClientTest.o ${TMP_DIR}/TestRunner.o
|
TEST_RUNNER_OBJS = ${TMP_DIR}/TestStorageClientTest.o \
|
||||||
TEST_RUNNER_LIBS = -l${STORAGE_LIB} -l${CORE_LIB} -lxml++-1.0 -lcppunit -ldl
|
${TMP_DIR}/StorageServerLoginTest.o \
|
||||||
|
${TMP_DIR}/TestRunner.o
|
||||||
|
TEST_RUNNER_LIBS = -l${STORAGE_LIB} -l${CORE_LIB} -lxml++-1.0 -lcppunit -ldl \
|
||||||
|
-lxmlrpc++ -lssl
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue