You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ka...@apache.org on 2006/10/25 13:52:35 UTC

svn commit: r467614 - in /webservices/axis2/trunk/c/rampart/samples/callback: Makefile.am htpasswd_callback/Makefile.am

Author: kaushalye
Date: Wed Oct 25 04:52:35 2006
New Revision: 467614

URL: http://svn.apache.org/viewvc?view=rev&rev=467614
Log:
Removing commented sub dir in the Makefile

Modified:
    webservices/axis2/trunk/c/rampart/samples/callback/Makefile.am
    webservices/axis2/trunk/c/rampart/samples/callback/htpasswd_callback/Makefile.am

Modified: webservices/axis2/trunk/c/rampart/samples/callback/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/callback/Makefile.am?view=diff&rev=467614&r1=467613&r2=467614
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/callback/Makefile.am (original)
+++ webservices/axis2/trunk/c/rampart/samples/callback/Makefile.am Wed Oct 25 04:52:35 2006
@@ -1,4 +1,4 @@
-#SUBDIRS=htpasswd_callback
+SUBDIRS=htpasswd_callback
 prglibdir=$(prefix)/bin/samples/rampart/callback
 prglib_LTLIBRARIES = libpwcb.la
 libpwcb_la_SOURCES = pwcb.c

Modified: webservices/axis2/trunk/c/rampart/samples/callback/htpasswd_callback/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/callback/htpasswd_callback/Makefile.am?view=diff&rev=467614&r1=467613&r2=467614
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/callback/htpasswd_callback/Makefile.am (original)
+++ webservices/axis2/trunk/c/rampart/samples/callback/htpasswd_callback/Makefile.am Wed Oct 25 04:52:35 2006
@@ -2,5 +2,5 @@
 prglib_LTLIBRARIES = libhtpwcb.la
 libhtpwcb_la_SOURCES = htpwcb.c
 libhtpwcb_la_LIBADD  =
-INCLUDES = -I ../../include \
+INCLUDES = -I ../../../include \
 			-I$(AXIS2C_HOME)/include 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org