Blob Blame History Raw
diff -Naur svxlink-090426/async/demo/Makefile.default svxlink-090426-mod/async/demo/Makefile.default
--- svxlink-090426/async/demo/Makefile.default	2007-04-22 11:36:27.000000000 +0300
+++ svxlink-090426-mod/async/demo/Makefile.default	2010-02-14 19:24:19.000000000 +0200
@@ -62,13 +62,13 @@
 PRGSRC		= 
 
 # Libraries compiled in the project (in $(LIB)).
-PROJLIBS	= -lasynccpp -lasyncaudio
+PROJLIBS	= -lasynccore -lasynccpp -lasyncaudio
 ifdef QT_BIN
 PROJLIBS      	+= -lasyncqt
 endif
 
 # Libraries external to the project
-LIBS		= -lm
+LIBS		= -lm -lsigc-1.2
 
 # Specify Qt header files here that you want to run the
 # Qt Meta Object Compiler on (for programs).
diff -Naur svxlink-090426/echolib/Makefile.default svxlink-090426-mod/echolib/Makefile.default
--- svxlink-090426/echolib/Makefile.default	2009-04-26 12:57:37.000000000 +0300
+++ svxlink-090426-mod/echolib/Makefile.default	2010-02-14 19:27:57.000000000 +0200
@@ -34,10 +34,10 @@
 PRGSRC		= EchoLinkQsoTest.cpp
 
 # Libraries compiled in the project (in $(LIB)).
-PROJLIBS	= -lecholib -lasynccpp -lasyncaudio
+PROJLIBS	= -lecholib -lasynccore -lasynccpp -lasyncaudio
 
 # Libraries external to the project
-LIBS		= -lpopt
+LIBS		= -lpopt -lsigc-1.2
 
 # Specify Qt header files here that you want to run the
 # Qt Meta Object Compiler on (for programs).
diff -Naur svxlink-090426/qtel/Makefile.default svxlink-090426-mod/qtel/Makefile.default
--- svxlink-090426/qtel/Makefile.default	2009-04-09 12:46:51.000000000 +0300
+++ svxlink-090426-mod/qtel/Makefile.default	2010-02-14 20:36:13.000000000 +0200
@@ -37,7 +37,7 @@
 		  Vox.cpp
 
 # Libraries compiled in the project (in $(LIB)).
-PROJLIBS	= -lecholib -lasyncqt -lasyncaudio
+PROJLIBS	= -lecholib -lasyncqt -lasyncaudio -lasynccore
 
 # Libraries external to the project
 LIBS		= $(QT_LIBS) $(SIGC_LIBS)
diff -Naur svxlink-090426/svxlink/remotetrx/Makefile.default svxlink-090426-mod/svxlink/remotetrx/Makefile.default
--- svxlink-090426/svxlink/remotetrx/Makefile.default	2010-02-14 20:24:02.000000000 +0200
+++ svxlink-090426-mod/svxlink/remotetrx/Makefile.default	2010-02-14 20:32:16.000000000 +0200
@@ -30,10 +30,10 @@
 		  NetTrxAdapter.cpp
 
 # Libraries compiled in the project (in $(LIB)).
-PROJLIBS	= -lasynccpp -lasyncaudio -ltrx
+PROJLIBS	= -lasynccore -lasynccpp -lasyncaudio -ltrx
 
 # Libraries external to the project
-LIBS		= -lpopt $(GCRYPT_LIBS)
+LIBS		= -lpopt $(GCRYPT_LIBS) $(SIGC_LIBS)
 
 # Specify Qt header files here that you want to run the
 # Qt Meta Object Compiler on (for programs).
diff -Naur svxlink-090426/svxlink/siglevdetcal/Makefile.default svxlink-090426-mod/svxlink/siglevdetcal/Makefile.default
--- svxlink-090426/svxlink/siglevdetcal/Makefile.default	2008-10-19 23:59:07.000000000 +0300
+++ svxlink-090426-mod/svxlink/siglevdetcal/Makefile.default	2010-02-14 20:32:01.000000000 +0200
@@ -29,7 +29,7 @@
 PRGSRC		= 
 
 # Libraries compiled in the project (in $(LIB)).
-PROJLIBS	= -lasynccpp -lasyncaudio -ltrx
+PROJLIBS	= -lasynccore -lasynccpp -lasyncaudio -ltrx
 
 # Libraries external to the project
 LIBS		= $(SIGC_LIBS) $(GCRYPT_LIBS)
diff -Naur svxlink-090426/svxlink/svxlink/Makefile.default svxlink-090426-mod/svxlink/svxlink/Makefile.default
--- svxlink-090426/svxlink/svxlink/Makefile.default	2009-04-26 12:57:37.000000000 +0300
+++ svxlink-090426-mod/svxlink/svxlink/Makefile.default	2010-02-14 20:12:17.000000000 +0200
@@ -31,10 +31,10 @@
 		  EventHandler.cpp AudioSwitchMatrix.cpp CmdParser.cpp
 
 # Libraries compiled in the project (in $(LIB)).
-PROJLIBS	= -lasynccpp -lasyncaudio -ltrx
+PROJLIBS	= -lasynccore -lasynccpp -lasyncaudio -ltrx
 
 # Libraries external to the project
-LIBS		= -ldl -lpopt -lgsm ${TCL_LIBS} $(GCRYPT_LIBS)
+LIBS		= -ldl -lpopt -lgsm ${TCL_LIBS} $(GCRYPT_LIBS) -lsigc-1.2
 
 # Specify Qt header files here that you want to run the
 # Qt Meta Object Compiler on (for programs).