getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / mbchar
index 5f193216998559f157ee70e426a44a2872a5eaea..2ff59072fa7046185360b8286d6d54b22f6a2598 100644 (file)
@@ -7,22 +7,25 @@ lib/mbchar.c
 m4/mbchar.m4
 
 Depends-on:
+extensions
 stdbool
+wchar
+wctype-h
+iswblank
+wcwidth
+memcmp
 
 configure.ac:
 gl_MBCHAR
 
 Makefile.am:
-lib_SOURCES += mbchar.h
+lib_SOURCES += mbchar.c
 
 Include:
-#if HAVE_WCHAR_H && HAVE_WCTYPE_H
-#include "mbchar.h"
-#endif
+"mbchar.h"
 
 License:
 LGPL
 
 Maintainer:
 Bruno Haible
-