Author: rjung
Date: Mon Jan 18 11:40:15 2016
New Revision: 1725239

URL: http://svn.apache.org/viewvc?rev=1725239&view=rev
Log:
Also search in native/os for native
implementations.

Modified:
    tomcat/native/trunk/native/build/api.pl

Modified: tomcat/native/trunk/native/build/api.pl
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/build/api.pl?rev=1725239&r1=1725238&r2=1725239&view=diff
==============================================================================
--- tomcat/native/trunk/native/build/api.pl (original)
+++ tomcat/native/trunk/native/build/api.pl Mon Jan 18 11:40:15 2016
@@ -47,7 +47,7 @@ our $VERSION = '1.0';
 
 # Sub directories containing c native API and Java classes.
 # Path relative to tcnative main project directory.
-my $C_NATIVE_SUBDIR = 'native/src';
+my $C_NATIVE_SUBDIR = 'native';
 my $JAVA_API_SUBDIR = 'java';
 
 # Macro used for marking C native API



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to