mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / trim
index 27cdefc36346ce9f3bf9cb8464ef1db4f54a90d2..c954509aa375efd9fca9bb7e73dd33fa948aad84 100644 (file)
@@ -1,20 +1,24 @@
 Description:
-trim() removes leading and/or trailing whitespaces
+trim() function: remove leading and/or trailing whitespaces
 
 Files:
-lib/trim.c
 lib/trim.h
+lib/trim.c
 
 Depends-on:
 xalloc
+mbchar
 mbiter
+memmove
+strdup
 
 configure.ac:
 
 Makefile.am:
+lib_SOURCES += trim.c
 
 Include:
-#include "trim.h"
+"trim.h"
 
 License:
 GPL