Skip to content

Commit

Permalink
Added ICU to cunit tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Mar 6, 2014
1 parent 57dca0d commit 65642a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/core/Makefile.am
Expand Up @@ -41,7 +41,7 @@ bin_PROGRAMS =
TESTS = utmain
check_PROGRAMS = utmain

utmain_LDADD = $(SAFFIRE_LIBS) ${libxml2_LIBS} -lpthread -lcunit
utmain_LDADD = $(SAFFIRE_LIBS) ${libxml2_LIBS} ${ICU_LIBS} -lpthread -lcunit

utmain_SOURCES = \
utmain.c \
Expand Down

0 comments on commit 65642a6

Please sign in to comment.