[svn] commit: r635 - /branches/parkinglot/src/lib/dns/cpp/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 29 17:59:29 UTC 2010
Author: jinmei
Date: Fri Jan 29 17:59:28 2010
New Revision: 635
Log:
use BUILT_SOURCES to make sure auto-generated file to be generated before
building others
Modified:
branches/parkinglot/src/lib/dns/cpp/Makefile.am
Modified: branches/parkinglot/src/lib/dns/cpp/Makefile.am
==============================================================================
--- branches/parkinglot/src/lib/dns/cpp/Makefile.am (original)
+++ branches/parkinglot/src/lib/dns/cpp/Makefile.am Fri Jan 29 17:59:28 2010
@@ -3,18 +3,19 @@
CLEANFILES = *.gcno *.gcda
CLEANFILES += rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc
+# auto-generate by gen-rdatacode.py:
+BUILT_SOURCES = rrclass.h rrtype.h rrparamregistry.cc
+
lib_LTLIBRARIES = libdns.la
libdns_la_SOURCES = buffer.h name.cc name.h messagerenderer.h messagerenderer.cc
-libdns_la_SOURCES += rrparamregistry.h
-libdns_la_SOURCES += rrclass.cc rrtype.cc rrttl.h rrttl.cc
+libdns_la_SOURCES += rrparamregistry.h rrparamregistry.cc
+libdns_la_SOURCES += rrclass.h rrclass.cc rrtype.h rrtype.cc rrttl.h rrttl.cc
libdns_la_SOURCES += rdata.h rdata.cc
libdns_la_SOURCES += rdataclass.h rdataclass.cc
libdns_la_SOURCES += rrset.h rrset.cc
libdns_la_SOURCES += question.h question.cc
libdns_la_SOURCES += message.h message.cc
libdns_la_SOURCES += exceptions.h exceptions.cc
-# auto-generate by gen-rdatacode.py:
-libdns_la_SOURCES += rrclass.h rrtype.h rrparamregistry.cc
rrclass.h: rrclass-placeholder.h
rrtype.h: rrtype-placeholder.h
More information about the bind10-changes
mailing list