Hamlib/c++/Makefile.am
Stéphane Fillod, F8CFE 01b565d2b3 testcpp moved from ../tests
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@913 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 14:45:52 +00:00

13 lines
375 B
Makefile

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_LIBADD = ../src/libhamlib.la
noinst_PROGRAMS = testcpp
testcpp_SOURCES = testcpp.cc
testcpp_LDADD = libhamlib++.la
testcpp_LDFLAGS = @BACKENDLNK@
testcpp_DEPENDENCIES = libhamlib++.la @BACKENDEPS@