You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/02/28 17:09:27 UTC

svn commit: r632038 - /xerces/c/trunk/src/Makefile.am

Author: amassari
Date: Thu Feb 28 08:09:25 2008
New Revision: 632038

URL: http://svn.apache.org/viewvc?rev=632038&view=rev
Log:
If a comment starts at the end of a line, the spaces before it end up included in the macro definition

Modified:
    xerces/c/trunk/src/Makefile.am

Modified: xerces/c/trunk/src/Makefile.am
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/Makefile.am?rev=632038&r1=632037&r2=632038&view=diff
==============================================================================
--- xerces/c/trunk/src/Makefile.am (original)
+++ xerces/c/trunk/src/Makefile.am Thu Feb 28 08:09:25 2008
@@ -36,7 +36,8 @@
 
 libxerces_c_la_LDFLAGS = -release ${PACKAGE_VERSION}
 
-libxerces_c_ladir = ${includedir} # Not sure what this one if for.
+ # This sets {install}/include as target for the headers
+ libxerces_c_ladir = ${includedir}
 
 
 libxerces_c_la_SOURCES = ${util_sources} ${dom_sources} ${domimpl_sources} \



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