~ubuntu-branches/ubuntu/precise/apache2/precise-proposed

« back to all changes in this revision

Viewing changes to srclib/apr-util/build.conf

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-12 20:06:35 UTC
  • mfrom: (14.3.34 sid)
  • Revision ID: package-import@ubuntu.com-20120212200635-2u9d58jxqkmx91na
Tags: 2.2.22-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# the platform-independent .c files
8
8
paths =
9
9
  buckets/*.c
10
 
  crypto/*.c
 
10
  crypto/apr_crypto.c
 
11
  crypto/apr_md4.c
 
12
  crypto/apr_md5.c
 
13
  crypto/apr_sha1.c
 
14
  crypto/getuuid.c
 
15
  crypto/uuid.c
11
16
  dbm/apr_dbm_sdbm.c
12
17
  dbm/apr_dbm.c
13
18
  dbm/sdbm/*.c
30
35
headers = include/*.h include/private/*.h
31
36
 
32
37
modules =
33
 
  dbd_pgsql dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql dbd_freetds dbd_odbc
 
38
  ldap crypto_openssl crypto_nss dbd_pgsql
 
39
  dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql dbd_freetds dbd_odbc
34
40
  dbm_db dbm_gdbm dbm_ndbm
35
 
  ldap
36
41
 
37
42
# gen_uri_delim.c
38
43
 
39
44
# we have a recursive makefile for the test files (for now)
40
45
# test/*.c
41
46
 
 
47
[crypto_openssl]
 
48
paths = crypto/apr_crypto_openssl.c
 
49
target = crypto/apr_crypto_openssl.la
 
50
 
 
51
[crypto_nss]
 
52
paths = crypto/apr_crypto_nss.c
 
53
target = crypto/apr_crypto_nss.la
 
54
 
42
55
[dbd_pgsql]
43
56
paths = dbd/apr_dbd_pgsql.c
44
57
target = dbd/apr_dbd_pgsql.la