kopia lustrzana https://github.com/Hamlib/Hamlib
added TCL libs and inc dirs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@933 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
d18fc07147
commit
0652dbc080
|
@ -1,8 +1,9 @@
|
|||
INCLUDES = @INCLUDES@ -I/usr/include/tcl8.2
|
||||
INCLUDES = @INCLUDES@ -I@TCL_SRC_DIR@/generic
|
||||
|
||||
lib_LTLIBRARIES = libhamlibtcl.la
|
||||
libhamlibtcl_la_SOURCES = hamlibtcl.c tclrig.c tclrot.c
|
||||
libhamlibtcl_la_LDFLAGS = -no-undefined -module -version-info 0:0:0
|
||||
libhamlibtcl_la_LDFLAGS = -no-undefined -module -version-info 0:0:0 \
|
||||
@TCL_LIB_SPEC@
|
||||
libhamlibtcl_la_LIBADD = ../src/libhamlib.la
|
||||
|
||||
noinst_HEADERS = tclrig.h tclrot.h
|
||||
|
|
Ładowanie…
Reference in New Issue