[svn] commit: r372 - /branches/jinmei-dnsmessageapi/src/lib/dns/cpp/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 16 07:33:12 UTC 2009


Author: jinmei
Date: Wed Dec 16 07:33:12 2009
New Revision: 372

Log:
changed some definitions for libtool

Modified:
    branches/jinmei-dnsmessageapi/src/lib/dns/cpp/Makefile.am

Modified: branches/jinmei-dnsmessageapi/src/lib/dns/cpp/Makefile.am
==============================================================================
--- branches/jinmei-dnsmessageapi/src/lib/dns/cpp/Makefile.am (original)
+++ branches/jinmei-dnsmessageapi/src/lib/dns/cpp/Makefile.am Wed Dec 16 07:33:12 2009
@@ -1,6 +1,6 @@
-lib_LIBRARIES = libdns.a
-libdns_a_SOURCES = buffer.h name.cc name.h messagerenderer.h messagerenderer.cc
-libdns_a_SOURCES += exceptions.h
+lib_LTLIBRARIES = libdns.la
+libdns_la_SOURCES = buffer.h name.cc name.h messagerenderer.h messagerenderer.cc
+libdns_la_SOURCES += exceptions.h
 
 TESTS =
 if HAVE_GTEST




More information about the bind10-changes mailing list