Skip to content

Commit 55ee764

Browse files
committed
Add x_strlcpy.c to lib_mysqludf_str_la_SOURCES
1 parent 50647bc commit 55ee764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lib_LTLIBRARIES = lib_mysqludf_str.la
88
### Source files used by this project. Note the prefix to SOURCES is the
99
### target library.
1010
###
11-
lib_mysqludf_str_la_SOURCES = char_vector.c char_vector.h lib_mysqludf_str.c
11+
lib_mysqludf_str_la_SOURCES = lib_mysqludf_str.c char_vector.c x_strlcpy.c
1212

1313
###
1414
### This defines the CFLAGS that are passed to the compiler. The variables

0 commit comments

Comments
 (0)