[svn] commit: r2975 - /trunk/src/lib/dns/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Sep 17 17:12:29 UTC 2010


Author: jreed
Date: Fri Sep 17 17:12:29 2010
New Revision: 2975

Log:
Don't use + (plus) in automake variable names.
Use _ (underscore) instead.

This fixes regression where the include files were not installed
anymore. This happened on rename of libdns to libdns++.

(Ooops I should have caught this earlier ... since my release
engineering checklist had item to test building software using
libraries.)

Modified:
    trunk/src/lib/dns/Makefile.am

Modified: trunk/src/lib/dns/Makefile.am
==============================================================================
--- trunk/src/lib/dns/Makefile.am (original)
+++ trunk/src/lib/dns/Makefile.am Fri Sep 17 17:12:29 2010
@@ -88,8 +88,8 @@
 rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: Makefile
 	./gen-rdatacode.py
 
-libdns++_includedir = $(includedir)/dns
-libdns++_include_HEADERS = \
+libdns___includedir = $(includedir)/dns
+libdns___include_HEADERS = \
 	buffer.h \
 	dnssectime.h \
 	exceptions.h \




More information about the bind10-changes mailing list