diff --git a/fm-common/sources/Makefile b/fm-common/sources/Makefile index 6c80d429..f992edbf 100755 --- a/fm-common/sources/Makefile +++ b/fm-common/sources/Makefile @@ -17,7 +17,7 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8) LDLIBS += -lpython3.6m INCLUDES += -I/usr/include/python3.6m CCFLAGS += -Werror -else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-11) +else ifeq ($(OS_ID),debian) LDLIBS += -lpython3.9 INCLUDES += -I/usr/include/python3.9 else