319 lines
17 KiB
Diff
319 lines
17 KiB
Diff
diff -Naur wso2-wsf-cpp-src-2.1.0/Makefile.am wso2-wsf-cpp-src-2.1.0.new/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/Makefile.am 2009-10-13 14:19:31.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/Makefile.am 2011-03-04 13:46:27.000000000 -0600
|
|
@@ -10,12 +10,12 @@
|
|
sh dist_hook.sh
|
|
|
|
install-data-hook:
|
|
- rm -rf $(prefix)/samples/*
|
|
- mv $(prefix)/docs $(prefix)/wsf_c
|
|
- mkdir $(prefix)/docs
|
|
- mv $(prefix)/wsf_c $(prefix)/docs/wsf_c
|
|
- mkdir $(prefix)/docs/cpp
|
|
- cp -rf docs $(prefix)/docs/cpp
|
|
+ rm -rf $(DESTDIR)/$(prefix)/samples/*
|
|
+ mv $(DESTDIR)/$(prefix)/docs $(DESTDIR)/$(prefix)/wsf_c
|
|
+ mkdir $(DESTDIR)/$(prefix)/docs
|
|
+ mv $(DESTDIR)/$(prefix)/wsf_c $(DESTDIR)/$(prefix)/docs/wsf_c
|
|
+ mkdir $(DESTDIR)/$(prefix)/docs/cpp
|
|
+ cp -rf docs $(DESTDIR)/$(prefix)/docs/cpp
|
|
|
|
EXTRA_DIST=README.INSTALL.LINUX README.INSTALL.WINDOWS README.SAMPLES build.bat init.bat clean.bat configure.in docs NOTICE LICENSE
|
|
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/Makefile.in wso2-wsf-cpp-src-2.1.0.new/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/Makefile.in 2009-10-13 14:19:31.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/Makefile.in 2011-03-04 13:47:06.000000000 -0600
|
|
@@ -707,12 +707,12 @@
|
|
sh dist_hook.sh
|
|
|
|
install-data-hook:
|
|
- rm -rf $(prefix)/samples/*
|
|
- mv $(prefix)/docs $(prefix)/wsf_c
|
|
- mkdir $(prefix)/docs
|
|
- mv $(prefix)/wsf_c $(prefix)/docs/wsf_c
|
|
- mkdir $(prefix)/docs/cpp
|
|
- cp -rf docs $(prefix)/docs/cpp
|
|
+ rm -rf $(DESTDIR)/$(prefix)/samples/*
|
|
+ mv $(DESTDIR)/$(prefix)/docs $(DESTDIR)/$(prefix)/wsf_c
|
|
+ mkdir $(DESTDIR)/$(prefix)/docs
|
|
+ mv $(DESTDIR)/$(prefix)/wsf_c $(DESTDIR)/$(prefix)/docs/wsf_c
|
|
+ mkdir $(DESTDIR)/$(prefix)/docs/cpp
|
|
+ cp -rf docs $(DESTDIR)/$(prefix)/docs/cpp
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/axis2c/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/axis2c/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/axis2c/Makefile.am 2009-10-13 14:04:32.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/axis2c/Makefile.am 2011-03-04 17:29:15.000000000 -0600
|
|
@@ -30,6 +30,6 @@
|
|
rm -rf axis2c-bin-${PACKAGE_VERSION}-linux
|
|
|
|
install-data-hook:
|
|
- mkdir -p $(samplesdir)/src/axis2c
|
|
- cp -rf samples/* $(samplesdir)/src/axis2c
|
|
+ mkdir -p $(DESTDIR)/$(samplesdir)/src/axis2c
|
|
+ cp -rf samples/* $(DESTDIR)/$(samplesdir)/src/axis2c
|
|
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/axis2c/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/axis2c/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/axis2c/Makefile.in 2009-10-13 14:22:40.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/axis2c/Makefile.in 2011-03-04 17:29:22.000000000 -0600
|
|
@@ -823,8 +823,8 @@
|
|
rm -rf axis2c-bin-${PACKAGE_VERSION}-linux
|
|
|
|
install-data-hook:
|
|
- mkdir -p $(samplesdir)/src/axis2c
|
|
- cp -rf samples/* $(samplesdir)/src/axis2c
|
|
+ mkdir -p $(DESTDIR)/$(samplesdir)/src/axis2c
|
|
+ cp -rf samples/* $(DESTDIR)/$(samplesdir)/src/axis2c
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/Makefile.am 2009-10-13 14:03:11.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/Makefile.am 2011-03-04 17:28:49.000000000 -0600
|
|
@@ -21,12 +21,12 @@
|
|
rm -rf `find $(samplesdir)/ -type d -name autom4te.cache`
|
|
|
|
install-data-hook:
|
|
- cp -rf docs/* $(docsdir)
|
|
- rm -rf `find $(samplesdir)/ -type d -name *.svn`
|
|
- rm -rf `find $(samplesdir)/ -type d -name *.libs`
|
|
- rm -rf `find $(samplesdir)/ -type d -name *.deps`
|
|
- rm -rf `find $(samplesdir)/ -type f -name Makefile`
|
|
- rm -rf `find $(samplesdir)/ -type d -name autom4te.cache`
|
|
+ cp -rf docs/* $(DESTDIR)/$(docsdir)
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name *.svn`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name *.libs`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name *.deps`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type f -name Makefile`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name autom4te.cache`
|
|
|
|
EXTRA_DIST=build_samples.sh config build.bat clean.bat docs CREDITS NOTICE examples LICENSE configure.in link_samples.sh link.sh build/build_optional.bat build/optional.mk build/init.bat build/versions.in test build/codegen
|
|
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/Makefile.in 2009-10-13 14:22:23.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/Makefile.in 2011-03-04 17:29:57.000000000 -0600
|
|
@@ -725,12 +725,12 @@
|
|
rm -rf `find $(samplesdir)/ -type d -name autom4te.cache`
|
|
|
|
install-data-hook:
|
|
- cp -rf docs/* $(docsdir)
|
|
- rm -rf `find $(samplesdir)/ -type d -name *.svn`
|
|
- rm -rf `find $(samplesdir)/ -type d -name *.libs`
|
|
- rm -rf `find $(samplesdir)/ -type d -name *.deps`
|
|
- rm -rf `find $(samplesdir)/ -type f -name Makefile`
|
|
- rm -rf `find $(samplesdir)/ -type d -name autom4te.cache`
|
|
+ cp -rf docs/* $(DESTDIR)/$(docsdir)
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name *.svn`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name *.libs`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name *.deps`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type f -name Makefile`
|
|
+ rm -rf `find $(DESTDIR)/$(samplesdir)/ -type d -name autom4te.cache`
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/issued_token/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/issued_token/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/issued_token/Makefile.am 2009-10-13 14:32:23.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/issued_token/Makefile.am 2011-03-04 13:48:17.000000000 -0600
|
|
@@ -24,4 +24,4 @@
|
|
EXTRA_DIST = update_n_run.sh
|
|
|
|
install-data-hook:
|
|
- cp update_n_run.sh $(prefix)/samples/bin/rampartc/issues_token_update_n_run.sh
|
|
+ cp update_n_run.sh $(DESTDIR)/$(prefix)/samples/bin/rampartc/issues_token_update_n_run.sh
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/issued_token/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/issued_token/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/issued_token/Makefile.in 2009-10-13 14:37:00.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/issued_token/Makefile.in 2011-03-04 13:48:24.000000000 -0600
|
|
@@ -490,7 +490,7 @@
|
|
|
|
|
|
install-data-hook:
|
|
- cp update_n_run.sh $(prefix)/samples/bin/rampartc/issues_token_update_n_run.sh
|
|
+ cp update_n_run.sh $(DESTDIR)/$(prefix)/samples/bin/rampartc/issues_token_update_n_run.sh
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_echo/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_echo/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_echo/Makefile.am 2009-10-13 14:32:23.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_echo/Makefile.am 2011-03-04 13:48:48.000000000 -0600
|
|
@@ -24,4 +24,4 @@
|
|
EXTRA_DIST = update_n_run.sh update_n_run.bat
|
|
|
|
install-data-hook:
|
|
- cp update_n_run.sh $(prefix)/samples/bin/rampartc/saml_echo_update_n_run.sh
|
|
+ cp update_n_run.sh $(DESTDIR)/$(prefix)/samples/bin/rampartc/saml_echo_update_n_run.sh
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_echo/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_echo/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_echo/Makefile.in 2009-10-13 14:37:00.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_echo/Makefile.in 2011-03-04 13:48:58.000000000 -0600
|
|
@@ -490,7 +490,7 @@
|
|
|
|
|
|
install-data-hook:
|
|
- cp update_n_run.sh $(prefix)/samples/bin/rampartc/saml_echo_update_n_run.sh
|
|
+ cp update_n_run.sh $(DESTDIR)/$(prefix)/samples/bin/rampartc/saml_echo_update_n_run.sh
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_protect/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_protect/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_protect/Makefile.am 2009-10-13 14:32:23.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_protect/Makefile.am 2011-03-04 13:48:29.000000000 -0600
|
|
@@ -24,4 +24,4 @@
|
|
EXTRA_DIST = update_n_run.sh update_n_run.bat
|
|
|
|
install-data-hook:
|
|
- cp update_n_run.sh $(prefix)/samples/bin/rampartc/saml_protect_update_n_run.sh
|
|
+ cp update_n_run.sh $(DESTDIR)/$(prefix)/samples/bin/rampartc/saml_protect_update_n_run.sh
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_protect/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_protect/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/client/saml_protect/Makefile.in 2009-10-13 14:37:00.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/client/saml_protect/Makefile.in 2011-03-04 13:48:38.000000000 -0600
|
|
@@ -490,7 +490,7 @@
|
|
|
|
|
|
install-data-hook:
|
|
- cp update_n_run.sh $(prefix)/samples/bin/rampartc/saml_protect_update_n_run.sh
|
|
+ cp update_n_run.sh $(DESTDIR)/$(prefix)/samples/bin/rampartc/saml_protect_update_n_run.sh
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/Makefile.am 2009-10-13 14:04:05.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/Makefile.am 2011-03-04 13:48:10.000000000 -0600
|
|
@@ -4,8 +4,8 @@
|
|
data_DATA=
|
|
|
|
install-data-hook:
|
|
- cp -rf secpolicy/* $(datadir)
|
|
- find $(datadir) -type d -name ".svn" | xargs rm -rf
|
|
+ cp -rf secpolicy/* $(DESTDIR)/$(datadir)
|
|
+ find $(DESTDIR)/$(datadir) -type d -name ".svn" | xargs rm -rf
|
|
|
|
EXTRA_DIST=secpolicy omxmlsec data ABOUT_SAMPLES build.sh
|
|
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/samples/Makefile.in 2009-10-13 14:37:02.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/samples/Makefile.in 2011-03-04 13:49:15.000000000 -0600
|
|
@@ -752,8 +752,8 @@
|
|
|
|
|
|
install-data-hook:
|
|
- cp -rf secpolicy/* $(datadir)
|
|
- find $(datadir) -type d -name ".svn" | xargs rm -rf
|
|
+ cp -rf secpolicy/* $(DESTDIR)/$(datadir)
|
|
+ find $(DESTDIR)/$(datadir) -type d -name ".svn" | xargs rm -rf
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/rahas/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/rahas/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/rahas/Makefile.am 2009-10-13 14:04:09.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/rahas/Makefile.am 2011-03-04 13:49:23.000000000 -0600
|
|
@@ -23,5 +23,5 @@
|
|
@AXIOMINC@
|
|
|
|
install-data-hook:
|
|
- mv $(prefix)/modules/rahas/rahas_module.xml $(prefix)/modules/rahas/module.xml
|
|
+ mv $(DESTDIR)/$(prefix)/modules/rahas/rahas_module.xml $(DESTDIR)/$(prefix)/modules/rahas/module.xml
|
|
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/rahas/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/rahas/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/rahas/Makefile.in 2009-10-13 14:35:30.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/rahas/Makefile.in 2011-03-04 13:49:31.000000000 -0600
|
|
@@ -593,7 +593,7 @@
|
|
|
|
|
|
install-data-hook:
|
|
- mv $(prefix)/modules/rahas/rahas_module.xml $(prefix)/modules/rahas/module.xml
|
|
+ mv $(DESTDIR)/$(prefix)/modules/rahas/rahas_module.xml $(DESTDIR)/$(prefix)/modules/rahas/module.xml
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/util/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/util/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/util/Makefile.am 2009-10-13 14:04:09.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/util/Makefile.am 2011-03-04 15:56:21.000000000 -0600
|
|
@@ -1,6 +1,6 @@
|
|
TESTS =
|
|
|
|
-prglibdir=$(prefix)/lib
|
|
+prglibdir=$(libdir)
|
|
|
|
prglib_LTLIBRARIES = librampart.la
|
|
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/util/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/util/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/util/Makefile.in 2009-10-13 14:35:30.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/rampartc/src/util/Makefile.in 2011-03-04 15:49:07.000000000 -0600
|
|
@@ -207,7 +207,7 @@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-prglibdir = $(prefix)/lib
|
|
+prglibdir = @libdir@
|
|
prglib_LTLIBRARIES = librampart.la
|
|
librampart_la_SOURCES = rampart_crypto_util.c \
|
|
rampart_util.c rampart_handler_util.c rampart_username_token.c rampart_timestamp_token.c \
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/Makefile.am 2009-10-13 14:04:32.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/Makefile.am 2011-03-04 17:29:00.000000000 -0600
|
|
@@ -20,7 +20,7 @@
|
|
scripts_DATA=config/*.bat config/*.sh
|
|
|
|
install-data-hook:
|
|
- mkdir -p $(samplesdir)
|
|
- cp -rf samples/* $(samplesdir)
|
|
+ mkdir -p $(DESTDIR)/$(samplesdir)
|
|
+ cp -rf samples/* $(DESTDIR)/$(samplesdir)
|
|
|
|
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/Makefile.in 2009-10-13 14:35:44.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/Makefile.in 2011-03-04 17:29:08.000000000 -0600
|
|
@@ -786,8 +786,8 @@
|
|
|
|
|
|
install-data-hook:
|
|
- mkdir -p $(samplesdir)
|
|
- cp -rf samples/* $(samplesdir)
|
|
+ mkdir -p $(DESTDIR)/$(samplesdir)
|
|
+ cp -rf samples/* $(DESTDIR)/$(samplesdir)
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/src/client/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/src/client/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/src/client/Makefile.am 2009-10-13 14:03:58.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/src/client/Makefile.am 2011-03-04 15:57:13.000000000 -0600
|
|
@@ -1,4 +1,4 @@
|
|
-prglibdir=$(prefix)/lib
|
|
+prglibdir=$(libdir)
|
|
prglib_LTLIBRARIES = libsandesha2_client.la
|
|
|
|
libsandesha2_client_la_SOURCES = \
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/src/client/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/src/client/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/sandesha2c/src/client/Makefile.in 2009-10-13 14:35:43.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/sandesha2c/src/client/Makefile.in 2011-03-04 15:57:31.000000000 -0600
|
|
@@ -190,7 +190,7 @@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-prglibdir = $(prefix)/lib
|
|
+prglibdir = @libdir@
|
|
prglib_LTLIBRARIES = libsandesha2_client.la
|
|
libsandesha2_client_la_SOURCES = \
|
|
sequence_report.c \
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/savanc/src/client/Makefile.am wso2-wsf-cpp-src-2.1.0.new/wsf_c/savanc/src/client/Makefile.am
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/savanc/src/client/Makefile.am 2009-10-13 14:04:24.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/savanc/src/client/Makefile.am 2011-03-04 15:57:54.000000000 -0600
|
|
@@ -1,4 +1,4 @@
|
|
-prglibdir=$(prefix)/lib
|
|
+prglibdir=$(libdir)
|
|
prglib_LTLIBRARIES = libsavan_client.la
|
|
|
|
libsavan_client_la_SOURCES = savan_client.c
|
|
diff -Naur wso2-wsf-cpp-src-2.1.0/wsf_c/savanc/src/client/Makefile.in wso2-wsf-cpp-src-2.1.0.new/wsf_c/savanc/src/client/Makefile.in
|
|
--- wso2-wsf-cpp-src-2.1.0/wsf_c/savanc/src/client/Makefile.in 2009-10-13 14:35:14.000000000 -0500
|
|
+++ wso2-wsf-cpp-src-2.1.0.new/wsf_c/savanc/src/client/Makefile.in 2011-03-04 15:58:16.000000000 -0600
|
|
@@ -206,7 +206,7 @@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-prglibdir = $(prefix)/lib
|
|
+prglibdir = @libdir@
|
|
prglib_LTLIBRARIES = libsavan_client.la
|
|
libsavan_client_la_SOURCES = savan_client.c
|
|
libsavan_client_la_LIBADD = $(top_builddir)/src/util/libsavan_util.la \
|