pmccabe2html: escaping of special characters
[gnulib.git] / modules / quotearg
index 7d0e358..bd63761 100644 (file)
@@ -4,21 +4,30 @@ Quote arguments for use in error messages.
 Files:
 lib/quotearg.h
 lib/quotearg.c
+lib/quote.h
 m4/mbstate_t.m4
 m4/mbrtowc.m4
 m4/quotearg.m4
 
 Depends-on:
+c-strcaseeq
+extensions
 gettext-h
+mbrtowc
+mbsinit
+memcmp
+quotearg-simple
+localcharset
 stdbool
 wchar
-wctype
+wctype-h
 xalloc
 
 configure.ac:
 gl_QUOTEARG
 
 Makefile.am:
+lib_SOURCES += quotearg.c
 
 Include:
 "quotearg.h"