Skip to content

Commit

Permalink
Remove duplicate link libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Jun 28, 2024
1 parent 91e1d0a commit 69ed376
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion modules/ca/src/client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ EXPAND_VARS = INSTALL_BIN=$(FINAL_LOCATION)/bin/$(T_A)
SRC_DIRS += $(CURDIR)/test
PROD_HOST += ca_test
ca_test_SRCS = ca_test_main.c ca_test.c
ca_test_LIBS = ca Com
ca_test_SYS_LIBS_WIN32 = ws2_32 advapi32 user32

OBJS_vxWorks += ca_test
Expand Down
2 changes: 1 addition & 1 deletion modules/database/src/ioc/as/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dbCore_SRCS += asIocRegister.c

PROD_HOST += ascheck
ascheck_SRCS = ascheck.c
ascheck_LIBS = dbCore ca Com
ascheck_LIBS = dbCore ca
1 change: 0 additions & 1 deletion modules/database/src/ioc/dbtemplate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ SRC_DIRS += $(IOCDIR)/dbtemplate
PROD_HOST += msi

msi_SRCS = msi.cpp
msi_LIBS += Com
HTMLS += msi.html

INC += dbLoadTemplate.h
Expand Down

0 comments on commit 69ed376

Please sign in to comment.