From: DL1YCF Date: Sun, 5 Dec 2021 16:32:21 +0000 (+0100) Subject: typo corrected X-Git-Url: https://git.rkrishnan.org/pf/ref/de/seg/bridge/nav/something?a=commitdiff_plain;h=e6f3a96562050a2aa2715a9cdc64747d61baec58;p=pihpsdr.git typo corrected --- diff --git a/Makefile b/Makefile index da4ca95..c184b0b 100644 --- a/Makefile +++ b/Makefile @@ -146,8 +146,7 @@ endif # ifeq ($(STEMLAB_DISCOVERY), STEMLAB_DISCOVERY) STEMLAB_OPTIONS=-D STEMLAB_DISCOVERY \ - `$(PKG_CONFIG) --cflags avahi-gobject` - `$(PKG_CONFIG) --cflags libcurl` + `$(PKG_CONFIG) --cflags avahi-gobject` `$(PKG_CONFIG) --cflags libcurl` STEMLAB_LIBS=`$(PKG_CONFIG) --libs avahi-gobject --libs libcurl` STEMLAB_SOURCES=stemlab_discovery.c STEMLAB_HEADERS=stemlab_discovery.h