From c9b3ee14c58e3c2501a4ab88a5ae6ea95f9ebaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Tue, 14 Nov 2023 23:38:10 +0100 Subject: [PATCH] lsteamclient: Use SOURCES instead of C(XX)_SRCS. --- lsteamclient/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lsteamclient/Makefile.in b/lsteamclient/Makefile.in index 2a30b94b..2d7a0773 100644 --- a/lsteamclient/Makefile.in +++ b/lsteamclient/Makefile.in @@ -4,7 +4,7 @@ IMPORTS = user32 EXTRADLLFLAGS = -mcygwin -static-libgcc -static-libstdc++ -ldl EXTRADEFS = -DWINE_NO_LONG_TYPES -DSTEAM_API_EXPORTS -Dprivate=public -Dprotected=public -C_SRCS = \ +SOURCES = \ steamclient_main.c \ steamclient_wrappers.c \ winISteamAppList.c \ @@ -44,8 +44,6 @@ C_SRCS = \ winISteamUserStats.c \ winISteamUtils.c \ winISteamVideo.c \ - -CXX_SRCS = \ cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp \ cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp \ cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp \