summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index afd9abd..316bfcc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -95,7 +95,8 @@ libgdbmapp_a_SOURCES =\
lex.c\
gdbmshell.c\
var.c\
- util.c
+ util.c\
+ wordwrap.c
if GDBM_COND_READLINE
libgdbmapp_a_SOURCES += input-rl.c