diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index d0659bcd4a..063791c633 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -11,40 +11,42 @@ INCLUDES = \ noinst_LTLIBRARIES = libeutil.la libeutil-static.la libeutil_la_SOURCES = \ - e-canvas.c \ - e-canvas.h \ e-canvas-utils.c \ e-canvas-utils.h \ e-canvas-vbox.c \ e-canvas-vbox.h \ + e-canvas.c \ + e-canvas.h \ e-cursors.c \ e-cursors.h \ e-dialog-widgets.c \ e-dialog-widgets.h \ + e-font.c \ + e-font.h \ + e-gtk-utils.c \ + e-gtk-utils.h \ e-gui-utils.c \ 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-list.c \ + e-list.h \ e-popup-menu.c \ e-popup-menu.h \ e-printable.c \ e-printable.h \ e-sexp.c \ e-sexp.h \ + e-unicode.c \ + e-unicode.h \ e-util.c \ e-util.h \ e-xml-utils.c \ - e-xml-utils.h \ - e-font.c \ - e-font.h \ - e-unicode.c \ - e-unicode.h + e-xml-utils.h libeutil_la_LIBADD = $(UNICODE_LIBS) |