From fc3ae0ee5c25ccc7f32e064d9ca83b583ec54a68 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 7 Mar 2020 06:31:02 -0700 Subject: [PATCH] make qngateway package dependancy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d45002..81b9248 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ itap : qnitap modem : qnmodem qngateway : QnetGateway.o aprs.o UnixDgramSocket.o TCPReaderWriterClient.o QnetConfigure.o QnetDB.o $(IRCOBJS) + sudo /usr/bin/apt install -y libsqlite3-dev g++ $(CPPFLAGS) -o $@ $^ $(LDFLAGS) -l sqlite3 -pthread qnlink : QnetLink.o DPlusAuthenticator.o TCPReaderWriterClient.o UnixDgramSocket.o QnetConfigure.o @@ -94,7 +95,6 @@ aliases : bash_aliases installbase : $(BASE_PROGRAMS) gwys.txt qn.cfg ######### QnetGateway ######### - sudo /usr/bin/apt install -y libsqlite3-dev /bin/cp -f qngateway $(BINDIR) /bin/cp -f qnremote qnvoice $(BINDIR) /bin/ln -s $(shell pwd)/qn.cfg $(CFGDIR)