diff options
Diffstat (limited to 'widgets/Makefile.am')
-rw-r--r-- | widgets/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/widgets/Makefile.am b/widgets/Makefile.am index 76337f05a4..2012b00429 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -18,7 +18,11 @@ libevolutionwidgets_a_SOURCES = \ e-minicard-label.c \ e-minicard-label.h \ e-text.c \ - e-text.h + e-text.h \ + e-text-event-processor.c \ + e-text-event-processor.h \ + e-text-event-processor-emacs-like.c \ + e-text-event-processor-emacs-like.h noinst_PROGRAMS = \ minicard-label-test \ |