61
61
#force static linking of conf_to_src - essential when linking against
62
62
#custom installation of libc
65
65
# This is because the dependency tracking misses @FOO@ vars in sources.
66
66
#strtoull.o: @CHARSET_OBJS@
71
71
str_test: str_test.c $(pkglib_LIBRARIES)
72
72
$(LINK) $(FLAGS) -DMAIN $(INCLUDES) $(srcdir)/str_test.c $(LDADD) $(pkglib_LIBRARIES)