From 8353e06738b2428bb1714ad11acc10c5218f5a1c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Jul 2014 08:47:37 +0200 Subject: Updates to build system --- cutl/Makefile.am | 4 ++-- cutl/makefile | 2 +- cutl/xml/parser.hxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cutl') diff --git a/cutl/Makefile.am b/cutl/Makefile.am index 0ebed9c..a7eead6 100644 --- a/cutl/Makefile.am +++ b/cutl/Makefile.am @@ -24,5 +24,5 @@ endif libcutl_la_SOURCES += __path__(genx_sources) nobase_cutlinclude_HEADERS += __path__(genx_headers) -AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -libcutl_la_LDFLAGS = -release __value__(interface_version) +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -DLIBCUTL_DYNAMIC_LIB +AM_LDFLAGS = -release __value__(interface_version) -no-undefined diff --git a/cutl/makefile b/cutl/makefile index 61a8419..369b2ca 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -84,7 +84,7 @@ $(cutl.l.cpp-options): value := -I$(out_root) -I$(src_root) $(call include,$(bld_root)/ld/configuration-lib.make) # ld_lib_type -$(out_base)/details/config.h: +$(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : cutl/details/config.h' >$@ @echo ' * note : automatically generated' >>$@ @echo ' */' >>$@ diff --git a/cutl/xml/parser.hxx b/cutl/xml/parser.hxx index 67beaf4..5c3c959 100644 --- a/cutl/xml/parser.hxx +++ b/cutl/xml/parser.hxx @@ -209,7 +209,7 @@ namespace cutl unsigned long long column () const {return column_;} // Attribute map lookup. If attribute is not found, then the version - // without the default value thows an appropriate parsing exception + // without the default value throws an appropriate parsing exception // while the version with the default value returns that value. // // Note also that there is no attribute(ns,name) version since it -- cgit v1.1