From 5a40a797a36c9c0c648e460bafe99bb91f9b1463 Mon Sep 17 00:00:00 2001 From: jylefort Date: Thu, 2 Jun 2005 20:50:47 +0000 Subject: Add linpsk. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a small PSK31 program that uses QT, and a soundcard as modem. WWW: http://linpsk.sourceforge.net/ PR: ports/81617 Submitted by: Søren Straarup --- comms/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'comms/Makefile') diff --git a/comms/Makefile b/comms/Makefile index 450bdc3b74dc..2c648852fa26 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -47,6 +47,7 @@ SUBDIR += kpsk SUBDIR += libirman SUBDIR += libticables + SUBDIR += linpsk SUBDIR += linrad SUBDIR += lirc SUBDIR += lrzsz -- cgit