From 156201c518e0dc256362faae0678dbe48c3fbdaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 1 Feb 2005 14:35:25 +0000 Subject: [PATCH] Re-enabled and fixed interface version check, i.e. pushed VERSION_AHEAD back to 0, as the 0->1 change in interface was cosmetic only. --- org.glite.lb.common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 8a37959..d24a031 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -46,7 +46,7 @@ CFLAGS:=${DEBUG} -I${top_srcdir}/src -I${top_srcdir}/interface \ # major version more frequently. This variable specifies how many steps ahead # we are. -VERSION_AHEAD=1 +VERSION_AHEAD=0 GLOBUS_LIBS:=-L${globus_prefix}/lib \ -lglobus_common_${nothrflavour} \ @@ -99,8 +99,8 @@ THRLTLIB:=libglite_lb_common_${thrflavour}.la default: all -#all compile: check_version ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} -all compile: ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} +all compile: check_version ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} +# all compile: ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} version_info=-version-info `echo ${version} | cut -d. -f1,2 | tr . :` -- 1.8.2.3