]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
typo corrected
authorDL1YCF <dl1ycf@darc.de>
Sun, 5 Dec 2021 16:32:21 +0000 (17:32 +0100)
committerDL1YCF <dl1ycf@darc.de>
Sun, 5 Dec 2021 16:32:21 +0000 (17:32 +0100)
Makefile

index da4ca954c9a2024334213e53317d3562ae97ea96..c184b0b28be2a0cb1d94107a0c9d1d383f943221 100644 (file)
--- 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