Author: ajborley
Date: Tue Oct 17 01:41:39 2006
New Revision: 464861
URL: http://svn.apache.org/viewvc?view=rev&rev=464861
Log:
Updated SDO test Makefiles to stop the test programs getting distributed in bin
releases. See TUSCANY-844
Modified:
incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am
incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am
Modified: incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am?view=diff&rev=464861&r1=464860&r2=464861
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom_test/Makefile.am Tue Oct
17 01:41:39 2006
@@ -15,8 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-prgbindir=$(prefix)/bin/test
-prgbin_PROGRAMS = tuscany_sdo_axiom_test
+noinst_PROGRAMS = tuscany_sdo_axiom_test
SUBDIRS =
TESTS = tuscany_sdo_axiom_test
TESTS_ENVIRONMENT =
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${LIBXML2_LIB}:$(AXIS2C_HOME)/lib
Modified: incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am?view=diff&rev=464861&r1=464860&r2=464861
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am Tue Oct 17 01:41:39
2006
@@ -15,8 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-prgbindir=$(prefix)/bin/test
-prgbin_PROGRAMS = tuscany_sdo_test
+noinst_PROGRAMS = tuscany_sdo_test
SUBDIRS =
TESTS=tuscany_sdo_test
AM_CPPFLAGS = $(CPPFLAGS)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]