[Carbon-dev] svn commit r31400 - trunk/solutions/wsf/c/registry_client/src
damitha at wso2.com
damitha at wso2.com
Tue Feb 24 00:06:20 PST 2009
Author: damitha
Date: Tue Feb 24 00:06:18 2009
New Revision: 31400
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31400
Log:
changing file names in build file
Modified:
trunk/solutions/wsf/c/registry_client/src/Makefile.am
Modified: trunk/solutions/wsf/c/registry_client/src/Makefile.am
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/wsf/c/registry_client/src/Makefile.am?rev=31400&r1=31399&r2=31400&view=diff
==============================================================================
--- trunk/solutions/wsf/c/registry_client/src/Makefile.am (original)
+++ trunk/solutions/wsf/c/registry_client/src/Makefile.am Tue Feb 24 00:06:18 2009
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libregistry_client.la
CFLAGS = -g -O0
-libregistry_client_la_SOURCES = rest_client.c conf.c resource.c comment.c reg_client.c
+libregistry_client_la_SOURCES = rest_client.c conf.c resource.c comment.c remote_registry.c util.c
libregistry_client_la_LIBADD = $(LDFLAGS) \
-L$(AXIS2C_HOME)/lib \
-lcurl -laxutil
More information about the Carbon-dev
mailing list