[Hamlib-cvs-digest] CVS: hamlib/tests Makefile.am,1.2,1.3
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2000-10-22 16:40:12
|
Update of /cvsroot/hamlib/hamlib/tests In directory slayer.i.sourceforge.net:/tmp/cvs-serv13233/tests Modified Files: Makefile.am Log Message: * Added path to shared libs and modules, LD_LIBRARY_PATH is history (for now) Index: Makefile.am =================================================================== RCS file: /cvsroot/hamlib/hamlib/tests/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.am 2000/10/08 21:47:58 1.2 --- Makefile.am 2000/10/22 16:13:29 1.3 *************** *** 1,4 **** bin_PROGRAMS = dumpcaps testrig testtrn testbcd listrigs ! LDADD = -L../src/.libs -lhamlib testrig_SOURCES = testrig.c testtrn_SOURCES = testtrn.c --- 1,6 ---- bin_PROGRAMS = dumpcaps testrig testtrn testbcd listrigs ! LDADD = ../src/libhamlib.la ! listrigs_LDADD = ../src/libhamlib.la "-dlopen" ../icom/libhamlib-icom.la "-dlopen" ../ft747/libhamlib-ft747.la "-dlopen" ../ft847/libhamlib-ft847.la ! listrigs_DEPENDENCIES = ../icom/libhamlib-icom.la ../ft747/libhamlib-ft747.la ../ft847/libhamlib-ft847.la testrig_SOURCES = testrig.c testtrn_SOURCES = testtrn.c |