Changeset 811

Show
Ignore:
Timestamp:
04/30/06 13:52:11 (4 years ago)
Author:
ahu
Message:

dist and windows makefile fixes

Location:
trunk/pdns/pdns
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/Makefile-recursor.win32

    r801 r811  
    1212arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \ 
    1313dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \ 
    14 malloc.o selectmplexer.o win32_logger.o win32_rec_channel.o rec_channel_rec.o 
     14malloc.o selectmplexer.o win32_logger.o win32_rec_channel.o rec_channel_rec.o \ 
     15recursorservice.o ntservice.o 
    1516 
    1617# REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o  
  • trunk/pdns/pdns/dist-recursor

    r806 r811  
    55recursor_cache.hh rec_channel.hh qtype.hh misc.hh dns.hh syncres.hh \ 
    66sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh \ 
    7 mplexer.hh win32_mtasker.hh win32_utility.cc" 
     7mplexer.hh win32_mtasker.hh win32_utility.cc ntservice.hh singleton.hh \ 
     8recursorservice.hh" 
    89 
    910CFILES="syncres.cc  misc.cc unix_utility.cc qtype.cc \ 
     
    1213base64.cc  zoneparser-tng.cc  rec_channel.cc rec_channel_rec.cc rec_control.cc \ 
    1314selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \ 
    14 win32_mtasker.cc win32_rec_channel.cc win32_logger.cc" 
     15win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \ 
     16recursorservice.cc" 
    1517 
    1618cd docs