From d0645cb6ee6a2c3ebdbd11e7e9c2bb26a66e4de1 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Sun, 7 Nov 2004 12:51:58 +0000 Subject: [PATCH] *** empty log message *** --- livesupport/modules/storage/etc/Makefile.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/livesupport/modules/storage/etc/Makefile.in b/livesupport/modules/storage/etc/Makefile.in index 14a05750a..968214ebe 100644 --- a/livesupport/modules/storage/etc/Makefile.in +++ b/livesupport/modules/storage/etc/Makefile.in @@ -20,8 +20,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.4 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.5 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/etc/Makefile.in,v $ # # @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 \ ${TMP_DIR}/TestStorageClient.o -TEST_RUNNER_OBJS = ${TMP_DIR}/TestStorageClientTest.o ${TMP_DIR}/TestRunner.o -TEST_RUNNER_LIBS = -l${STORAGE_LIB} -l${CORE_LIB} -lxml++-1.0 -lcppunit -ldl +TEST_RUNNER_OBJS = ${TMP_DIR}/TestStorageClientTest.o \ + ${TMP_DIR}/StorageServerLoginTest.o \ + ${TMP_DIR}/TestRunner.o +TEST_RUNNER_LIBS = -l${STORAGE_LIB} -l${CORE_LIB} -lxml++-1.0 -lcppunit -ldl \ + -lxmlrpc++ -lssl #-------------------------------------------------------------------------------