You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/07/19 23:11:58 UTC

svn commit: r557776 - in /incubator/tuscany/cpp/sca: configure.ac runtime/core/src/Makefile.am

Author: robbinspg
Date: Thu Jul 19 14:11:57 2007
New Revision: 557776

URL: http://svn.apache.org/viewvc?view=rev&rev=557776
Log:
Fix up Mac automake

Modified:
    incubator/tuscany/cpp/sca/configure.ac
    incubator/tuscany/cpp/sca/runtime/core/src/Makefile.am

Modified: incubator/tuscany/cpp/sca/configure.ac
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/configure.ac?view=diff&rev=557776&r1=557775&r2=557776
==============================================================================
--- incubator/tuscany/cpp/sca/configure.ac (original)
+++ incubator/tuscany/cpp/sca/configure.ac Thu Jul 19 14:11:57 2007
@@ -46,7 +46,7 @@
   AC_SUBST([libsuffix],[".so"])
   is_darwin=false
 fi
-AM_CONDITIONAL([DARWIN], [test x$is_darmin = xtrue])
+AM_CONDITIONAL([DARWIN], [test x$is_darwin = xtrue])
 
 # Checks for libraries.
 

Modified: incubator/tuscany/cpp/sca/runtime/core/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/Makefile.am?view=diff&rev=557776&r1=557775&r2=557776
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/Makefile.am Thu Jul 19 14:11:57 2007
@@ -79,5 +79,5 @@
 INCLUDES = -I$(top_builddir)/runtime/core/src \
            -I${TUSCANY_SDOCPP}/include
 
-AM_CPPFLAGS = $(CPPFLAGS) -D_DEBUG ${DARWIN_CPPFLAG)
+AM_CPPFLAGS = $(CPPFLAGS) -D_DEBUG ${DARWIN_CPPFLAG}
                    



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