[svn] commit: r2518 - /trunk/src/lib/exceptions/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 16 06:43:35 UTC 2010


Author: jinmei
Date: Fri Jul 16 06:43:35 2010
New Revision: 2518

Log:
missing -I options

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

Modified: trunk/src/lib/exceptions/Makefile.am
==============================================================================
--- trunk/src/lib/exceptions/Makefile.am (original)
+++ trunk/src/lib/exceptions/Makefile.am Fri Jul 16 06:43:35 2010
@@ -1,3 +1,4 @@
+AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CXXFLAGS=$(B10_CXXFLAGS)
 
 lib_LTLIBRARIES = libexceptions.la




More information about the bind10-changes mailing list