diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 0e9680dc3d..43998022b4 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -23,6 +23,12 @@ libeutil_la_SOURCES = \ e-gui-utils.h \ e-html-utils.c \ e-html-utils.h \ + e-iterator.c \ + e-iterator.h \ + e-list.c \ + e-list.h \ + e-list-iterator.c \ + e-list-iterator.h \ e-popup-menu.c \ e-popup-menu.h \ e-printable.c \ |