Code

First fix for the lirary versions
authorBernd Zeimetz <bzed@debian.org>
Sat, 9 Feb 2008 16:51:59 +0000 (17:51 +0100)
committerBernd Zeimetz <bzed@debian.org>
Sat, 9 Feb 2008 16:51:59 +0000 (17:51 +0100)
debian/rules

index 128f3edb655a8d994e92b875eda29057291fe6c3..995f605ba854b7db5f3e443f45e772ea71bf627f 100755 (executable)
@@ -11,7 +11,7 @@ LIB_version := $(shell grep '^librrd_la_LDFLAGS' src/Makefile.am | \
 LIB_major := $(shell echo $(LIB_version) | sed 's,\..*,,g')
 LIB_TH_version := $(shell grep '^librrd_th_la_LDFLAGS' src/Makefile.am | \
                            sed 's,^[^0-9]*,,g;s,:,.,g')
-LIB_TH_major := $(shell echo $(LIB_th_version) | sed 's,\..*,,g')
+LIB_TH_major := $(shell echo $(LIB_TH_version) | sed 's,\..*,,g')