From 771f3d896cf77e5589e9dd37417fe023247f740f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 4 Nov 2002 22:17:48 +0000 Subject: [PATCH] bump version info, testcpp is TEST git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1239 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- c++/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c++/Makefile.am b/c++/Makefile.am index 3996a62da..cc9ce8a7b 100644 --- a/c++/Makefile.am +++ b/c++/Makefile.am @@ -1,10 +1,11 @@ lib_LTLIBRARIES = libhamlib++.la libhamlib___la_SOURCES = rigclass.cc rotclass.cc -libhamlib___la_LDFLAGS = -no-undefined -release @VERSION@ -version-info 0:0:0 +libhamlib___la_LDFLAGS = -no-undefined -release @VERSION@ -version-info 1:0:0 libhamlib___la_LIBADD = ../src/libhamlib.la check_PROGRAMS = testcpp +TESTS = testcpp testcpp_SOURCES = testcpp.cc testcpp_LDADD = libhamlib++.la