Skip to content

Commit 26f5c18

Browse files
committed
fix: remove duplicate KMS objects in dist CLI link line
1 parent 320576e commit 26f5c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ dist: LDFLAGS = $(STATIC_LDFLAGS)
312312
dist: LDFLAGS_GUI = $(STATIC_LDFLAGS) -framework Cocoa -framework UserNotifications -framework LocalAuthentication
313313
dist: $(ALL_C_OBJ) $(KEYSTORE_OBJ) $(ESF_M_OBJ) $(MENUBAR_OBJ) $(TOUCHID_OBJ)
314314
$(CC) $(CFLAGS) $(INCLUDES) -o $(CLI_BIN) src/cli/onvault.c \
315-
$(COMMON_OBJ) $(FUSE_OBJ) $(ESF_C_OBJ) $(AUTH_OBJ) $(KMS_C_OBJ) \
315+
$(COMMON_OBJ) $(FUSE_OBJ) $(ESF_C_OBJ) $(AUTH_OBJ) \
316316
$(KEYSTORE_OBJ) $(TOUCHID_OBJ) \
317317
$(STATIC_LDFLAGS) $(FUSE_LDFLAGS) -framework LocalAuthentication
318318
$(CC) $(OBJCFLAGS) $(INCLUDES) -o $(DAEMON_BIN) src/daemon/onvaultd.c \

0 commit comments

Comments
 (0)