freeswitch/libs/apr/build.conf
Michael Jerris 0488a5109a add apr to in tree libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-19 19:58:23 +00:00

27 lines
601 B
Text

#
# Configuration file for APR. Used by APR/build/gen-build.py
#
[options]
# paths to platform-independent .c files to build
paths =
passwd/*.c
strings/*.c
tables/*.c
# directories that have platform-specific code in them. the resulting
# pattern will be: SUBDIR/PLATFORM/*.c
platform_dirs =
atomic dso file_io locks memory misc mmap network_io poll random
shmem support threadproc time user
# all the public headers
headers = include/*.h
# aplibtool is manually built by the configure process
# build/aplibtool.c
# we have a recursive makefile for the test files (for now)
# test/*.c