]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed typo in PTT_OPTIONS (seemingly never used)
authorc vw <dl1ycf@darc.de>
Wed, 21 Jul 2021 07:29:43 +0000 (09:29 +0200)
committerc vw <dl1ycf@darc.de>
Wed, 21 Jul 2021 07:29:43 +0000 (09:29 +0200)
Makefile

index 018aaa56c5dfbed4f8b407a2d0ad70960b5e13b7..9ece6616498564d7b1786039440c1340aa222826 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,7 @@ endif
 
 OPTIONS=$(SMALL_SCREEN_OPTIONS) $(MIDI_OPTIONS) $(PURESIGNAL_OPTIONS) $(REMOTE_OPTIONS) $(USBOZY_OPTIONS) \
        $(GPIO_OPTIONS) $(GPIOD_OPTIONS)  $(SOAPYSDR_OPTIONS) $(LOCALCW_OPTIONS) \
-       $(STEMLAB_OPTIONS) $(PTT_OPTIONES) $(SERVER_OPTIONS) $(AUDIO_OPTIONS) $(GPIO_OPTIONS) \
+       $(STEMLAB_OPTIONS) $(PTT_OPTIONS) $(SERVER_OPTIONS) $(AUDIO_OPTIONS) $(GPIO_OPTIONS) \
        -D GIT_DATE='"$(GIT_DATE)"' -D GIT_VERSION='"$(GIT_VERSION)"' $(DEBUG_OPTION)
 
 LIBS=  -lm -lwdsp -lpthread $(SYSLIBS) $(AUDIO_LIBS) $(USBOZY_LIBS) $(GTKLIBS) \