diff options
Diffstat (limited to 'widgets/e-text')
-rw-r--r-- | widgets/e-text/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am index 3725b20fb4..362a9de3a5 100644 --- a/widgets/e-text/Makefile.am +++ b/widgets/e-text/Makefile.am @@ -7,14 +7,15 @@ noinst_LIBRARIES = \ libetext.a libetext_a_SOURCES = \ - e-text.c \ - 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 \ + e-text-event-processor-types.h \ + e-text-event-processor.c \ + e-text-event-processor.h \ e-text-model.c \ - e-text-model.h + e-text-model.h \ + e-text.c \ + e-text.h noinst_PROGRAMS = \ e-text-test |