diff options
author | Erwan Velu <erwanaliasr1@gmail.com> | 2011-04-27 22:14:06 +0200 |
---|---|---|
committer | Erwan Velu <erwanaliasr1@gmail.com> | 2011-04-27 22:14:06 +0200 |
commit | ac5635b0b21224d83a3f9f5577c09db598f04142 (patch) | |
tree | 3edfcc29d7c161404f56ea8fcd816f8da579e11e /com32/lib/Makefile | |
parent | ff08ab5bd5d38ff7c53181c27bbdcbe94ddeb54c (diff) | |
download | syslinux-ac5635b0b21224d83a3f9f5577c09db598f04142.tar.gz syslinux-ac5635b0b21224d83a3f9f5577c09db598f04142.tar.xz syslinux-ac5635b0b21224d83a3f9f5577c09db598f04142.zip |
string: Adding strreplace
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r-- | com32/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 105c2bd6..3f67e426 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -32,6 +32,7 @@ LIBOBJS = \ chrreplace.o \ bufprintf.o \ inet.o \ + strreplace.o \ \ lmalloc.o lstrdup.o \ \ |