Changeset 1452

Show
Ignore:
Timestamp:
12/06/09 21:23:20 (3 years ago)
Author:
ahu
Message:

make sure we can ship a tarball for the auth server again

Location:
trunk/pdns
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/build-scripts/tar-gz-build-instruction

    r949 r1452  
    22./bootstrap &&  
    33./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" \ 
    55--with-dynmodules="" && 
    66make dist  
  • trunk/pdns/pdns/Makefile.am

    r1449 r1452  
    55docs/gslb-operations.sgml docs/powerdns-case.sgml docs/powerdns-install.sgml \ 
    66docs/powerdns-overview.sgml docs/powerdns-technical.sgml  \ 
    7 docs/pdns.sgml mtasker.cc \ 
     7docs/pdns.sgml mtasker.cc inflighter.cc \ 
    88docs/pdns_control.8  docs/pdns_server.8 docs/zone2sql.8 
    99 
     
    4343aes/aescrypt.c aes/aes.h aes/aeskey.c aes/aes_modes.c aes/aesopt.h \ 
    4444aes/aestab.c aes/aestab.h aes/brg_endian.h aes/brg_types.h aes/dns_random.cc \ 
    45 randomhelper.cc  
     45randomhelper.cc namespaces.hh 
    4646 
    4747# 
    4848pdns_server_LDFLAGS= @moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ 
    49 pdns_server_INCLUDES=inflighter.cc 
    5049 
    5150sdig_SOURCES=sdig.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter.cc dnswriter.hh \