Fix bug #42294
[apr-util.git] / build.conf
blobf51d97782d77dc37b711faf9848dcca08f707f94
2 # Configuration file for APRUTIL. Used by APR/build/gen-build.py
5 [options]
7 # the platform-independent .c files
8 paths =
9   buckets/*.c
10   crypto/*.c
11   dbm/*.c
12   dbm/sdbm/*.c
13   encoding/*.c
14   hooks/*.c
15   ldap/*.c
16   misc/*.c
17   memcache/*.c
18   uri/apr_uri.c
19   xml/*.c
20   strmatch/*.c
21   xlate/*.c
22   dbd/apr_dbd.c
23   ssl/*.c
25 # we have no platform-specific subdirs
26 platform_dirs =
28 # the public headers
29 headers = include/*.h include/private/*.h
31 modules = dbd_pgsql dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql
33 # gen_uri_delim.c
35 # we have a recursive makefile for the test files (for now)
36 # test/*.c
38 [dbd_pgsql]
39 paths = dbd/apr_dbd_pgsql.c
40 target = dbd/apr_dbd_pgsql.la
42 [dbd_sqlite2]
43 paths = dbd/apr_dbd_sqlite2.c
44 target = dbd/apr_dbd_sqlite2.la
46 [dbd_sqlite3]
47 paths = dbd/apr_dbd_sqlite3.c
48 target = dbd/apr_dbd_sqlite3.la
50 [dbd_oracle]
51 paths = dbd/apr_dbd_oracle.c
52 target = dbd/apr_dbd_oracle.la
54 [dbd_mysql]
55 paths = dbd/apr_dbd_mysql.c
56 target = dbd/apr_dbd_mysql.la