Fix build when HAVE_USRP. Workaround for automake limitation?

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2995 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.13
Stéphane Fillod, F8CFE 2010-10-08 21:19:24 +00:00
rodzic db563f7aaf
commit 2586f17ecd
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ KITSRCLIST = elektor304.c drt1.c dwt.c usrp.c elektor507.c \
if HAVE_USRP
AM_CXXFLAGS = @USRP_CFLAGS@
KITSRCLIST += usrp_impl.cc
hamlib_kit_la_LINK = $(CXXLINK) $(hamlib_kit_la_LDFLAGS)
else
# automake gets confused and invokes the C++ linker via libtool regardless
# of whether or not HAVE_USRP enables the .cc source. This override forces