You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by mi...@apache.org on 2008/02/08 03:06:03 UTC

svn commit: r619735 - /webservices/rampart/trunk/c/build/win32/makefile

Author: milinda
Date: Thu Feb  7 18:06:00 2008
New Revision: 619735

URL: http://svn.apache.org/viewvc?rev=619735&view=rev
Log:
Adding trust to windows build.

Modified:
    webservices/rampart/trunk/c/build/win32/makefile

Modified: webservices/rampart/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/build/win32/makefile?rev=619735&r1=619734&r2=619735&view=diff
==============================================================================
--- webservices/rampart/trunk/c/build/win32/makefile (original)
+++ webservices/rampart/trunk/c/build/win32/makefile Thu Feb  7 18:06:00 2008
@@ -24,7 +24,8 @@
 
 MOD_RAMPART_SRC = $(RAMPART_SOURCE_DIR)\src\core\*.c \
 		  $(RAMPART_SOURCE_DIR)\src\handlers\*.c \
-		  $(RAMPART_SOURCE_DIR)\src\util\*.c 
+		  $(RAMPART_SOURCE_DIR)\src\util\*.c \
+		  $(RAMPART_SOURCE_DIR)\src\trust\*.c 
 
 MOD_RAMPART_INCLUDE_PATH = /I$(RAMPART_SOURCE_DIR)\include \
 		           /I$(OPENSSL_BIN_DIR)\include \