changeset 5366:9051d3298e83

(lib_SOURCES): Add regex.c.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 24 Oct 2004 23:22:14 +0000
parents 192b28b0d8e2
children f5292cff01dd
files modules/regex
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/regex
+++ b/modules/regex
@@ -15,7 +15,7 @@
 gl_REGEX
 
 Makefile.am:
-lib_SOURCES += regex.h
+lib_SOURCES += regex.h regex.c
 
 Include:
 "regex.h"