summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 45f88b6..9f99442 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -15,7 +15,7 @@ check_LTLIBRARIES = $(TESTS)
check_PROGRAMS = tst_ico_uws_client tst_ico_uws_server tst_ico_uws_multi_client tst_ico_uws_multi_server
test_common_lib = -lwebsockets
-test_target_lib = ../src/.libs/libico-util-com.so
+test_target_lib = ../src/.libs/libico-util.so
tst_ico_uws_client_SOURCES = tst_ico_uws_client.c
tst_ico_uws_client_CFLAGS = -I../include $(OPT_CFLAGS)