Changeset 1452
- Timestamp:
- 12/06/09 21:23:20 (3 years ago)
- Location:
- trunk/pdns
- Files:
-
- 2 modified
-
build-scripts/tar-gz-build-instruction (modified) (1 diff)
-
pdns/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/build-scripts/tar-gz-build-instruction
r949 r1452 2 2 ./bootstrap && 3 3 ./configure \ 4 --with-modules="mysql gmysql gpgsql xdb pipe oracle pipe pdns db2 odbc ldap gsqlite gsqlite3 geo goracle opendbx" \4 --with-modules="mysql mydns gmysql gpgsql xdb pipe oracle pipe pdns db2 odbc ldap gsqlite gsqlite3 geo goracle opendbx" \ 5 5 --with-dynmodules="" && 6 6 make dist -
trunk/pdns/pdns/Makefile.am
r1449 r1452 5 5 docs/gslb-operations.sgml docs/powerdns-case.sgml docs/powerdns-install.sgml \ 6 6 docs/powerdns-overview.sgml docs/powerdns-technical.sgml \ 7 docs/pdns.sgml mtasker.cc \7 docs/pdns.sgml mtasker.cc inflighter.cc \ 8 8 docs/pdns_control.8 docs/pdns_server.8 docs/zone2sql.8 9 9 … … 43 43 aes/aescrypt.c aes/aes.h aes/aeskey.c aes/aes_modes.c aes/aesopt.h \ 44 44 aes/aestab.c aes/aestab.h aes/brg_endian.h aes/brg_types.h aes/dns_random.cc \ 45 randomhelper.cc 45 randomhelper.cc namespaces.hh 46 46 47 47 # 48 48 pdns_server_LDFLAGS= @moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ 49 pdns_server_INCLUDES=inflighter.cc50 49 51 50 sdig_SOURCES=sdig.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter.cc dnswriter.hh \