We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50647bc commit 55ee764Copy full SHA for 55ee764
Makefile.am
@@ -8,7 +8,7 @@ lib_LTLIBRARIES = lib_mysqludf_str.la
8
### Source files used by this project. Note the prefix to SOURCES is the
9
### target library.
10
###
11
-lib_mysqludf_str_la_SOURCES = char_vector.c char_vector.h lib_mysqludf_str.c
+lib_mysqludf_str_la_SOURCES = lib_mysqludf_str.c char_vector.c x_strlcpy.c
12
13
14
### This defines the CFLAGS that are passed to the compiler. The variables
0 commit comments