From 01df1be0cc46339e2d3a236326ef7be1a4350045 Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 16 Jul 2000 13:30:55 +0000 Subject: [PATCH] * Makefile.am: Added com_dump.[ch] to sources list. --- src/frontend/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index d12c935ff..97a93a284 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -20,6 +20,8 @@ libfte_a_SOURCES = \ com_compose.h \ com_display.c \ com_display.h \ + com_dump.c \ + com_dump.h \ com_echo.c \ com_ghelp.c \ com_ghelp.h \