From e870d68a47c8de7ba7823113b36799ccc094b0a2 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 20 Apr 2022 18:47:36 +0200 Subject: [PATCH] Specify proper NFD GTK source file. --- profiler/build/unix/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/build/unix/build.mk b/profiler/build/unix/build.mk index 1e87b632..667f8246 100644 --- a/profiler/build/unix/build.mk +++ b/profiler/build/unix/build.mk @@ -27,7 +27,7 @@ else SRC3 += ../../../nfd/nfd_cocoa.m LIBS += -framework CoreFoundation -framework AppKit else - SRC2 += ../../../nfd/nfd_gtk.c + SRC += ../../../nfd/nfd_gtk.cpp INCLUDES += $(shell pkg-config --cflags gtk+-3.0) LIBS += $(shell pkg-config --libs gtk+-3.0) endif