root/tags/rel-2-9/pdns/pdns/backends/bind/Makefile.am @ 16

Revision 16, 511 bytes (checked in by anonymous, 10 years ago)

This commit was manufactured by cvs2svn to create tag 'rel-2-9'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1AM_CXXFLAGS=-D_GNU_SOURCE -I../..
2lib_LTLIBRARIES = libbindbackend.la
3
4libbindbackend_la_SOURCES=bindbackend.cc bindbackend.hh bindparser.yy \
5bindlexer.l zoneparser2.cc ../../misc.cc huffman.cc huffman.hh zoneparser.hh \
6bindparser.hh ../../unix_utility.cc
7
8bin_PROGRAMS = zone2sql
9
10zone2sql_SOURCES=bindparser.yy bindlexer.l zoneparser2.cc \
11../../arguments.cc ../../logger.cc zone2sql.cc ../../statbag.cc ../../misc.cc \
12../../unix_utility.cc
13
14zone2sql_LDFLAGS=
15
16LFLAGS = -s -i
17YFLAGS = -d --verbose --debug
Note: See TracBrowser for help on using the browser.