Makefile.common | 4 ++-- configure.ac | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-)
Current changeset can be generated and visible in the syslog and in the file in question to improve fault analyse. Updated wih review comments. diff --git a/Makefile.common b/Makefile.common --- a/Makefile.common +++ b/Makefile.common @@ -12,8 +12,8 @@ AM_CPPFLAGS = \ $(CORE_INCLUDES) \ $(all_includes) -AM_CFLAGS = -Wall -fno-strict-aliasing -Werror -fPIC @OSAF_HARDEN_FLAGS@ -AM_CXXFLAGS = -Wall -fno-strict-aliasing -Werror -fPIC -D__STDC_FORMAT_MACROS @OSAF_HARDEN_FLAGS@ +AM_CFLAGS = -Wall -fno-strict-aliasing -Werror -fPIC @OSAF_HARDEN_FLAGS@ -DINTERNAL_VERSION_ID='"@(INTERNAL_VERSION_ID)@"' +AM_CXXFLAGS = -Wall -fno-strict-aliasing -Werror -fPIC -D__STDC_FORMAT_MACROS @OSAF_HARDEN_FLAGS@ -DINTERNAL_VERSION_ID='"@(INTERNAL_VERSION_ID)@"' AM_LDFLAGS = -ldl -lrt -lpthread # diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ AC_USE_SYSTEM_EXTENSIONS OPENSAF_LIB_VERSION=0:0:0 AC_SUBST([OPENSAF_LIB_VERSION]) +AC_SUBST([INTERNAL_VERSION_ID],[$(hg parent --template "{rev}:{node|short}") ]) + # FIXME: Until the m4 macro gets cleaned for DSO symbol tests and not executable AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "yes" = "yes") #m4_include([m4/linker-script.m4]) ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel