kopia lustrzana https://github.com/Hamlib/Hamlib
* added -avoid-version to LDFLAGS for dlopen modules
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@232 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.0
rodzic
14a7320200
commit
dbe4eb7150
|
@ -1,4 +1,5 @@
|
|||
lib_LTLIBRARIES = libhamlib-ft747.la
|
||||
libhamlib_ft747_la_SOURCES = ft747.c
|
||||
libhamlib_ft747_la_LDFLAGS = -avoid-version # -module
|
||||
lib_LIBRARIES = libhamlib-ft747.a
|
||||
libhamlib_ft747_a_SOURCES = ft747.c
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
lib_LTLIBRARIES = libhamlib-ft847.la
|
||||
libhamlib_ft847_la_SOURCES = ft847.c
|
||||
libhamlib_ft847_la_LDFLAGS = -avoid-version # -module
|
||||
lib_LIBRARIES = libhamlib-ft847.a
|
||||
libhamlib_ft847_a_SOURCES = ft847.c
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
lib_LTLIBRARIES = libhamlib-icom.la
|
||||
libhamlib_icom_la_SOURCES = ic706.c icom.c frame.c
|
||||
libhamlib_icom_la_LDFLAGS = -avoid-version # -module
|
||||
lib_LIBRARIES = libhamlib-icom.a
|
||||
libhamlib_icom_a_SOURCES = ic706.c icom.c frame.c
|
||||
noinst_HEADERS = frame.h icom.h icom_defs.h
|
||||
|
|
Ładowanie…
Reference in New Issue