[fix] Adding lib.c to rule of slcanpty build

See issue : https://github.com/linux-can/can-utils/issues/417
pull/418/head
Hyatche 2023-03-22 14:51:39 +01:00 committed by GitHub
parent cfe41963f3
commit 3352b156a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_SRC_FILES := slcanpty.c LOCAL_SRC_FILES := lib.c slcanpty.c
LOCAL_MODULE := slcanpty LOCAL_MODULE := slcanpty
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/ LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/