* e-html-utils.c (e_text_to_html): Moved here from the mailer, since it's of general use, and the composer needs it too. svn path=/trunk/; revision=2662
29 lines
431 B
Makefile
29 lines
431 B
Makefile
INCLUDES = \
|
|
$(GNOME_INCLUDEDIR)
|
|
|
|
noinst_LTLIBRARIES = libeutil.la
|
|
|
|
libeutil_la_SOURCES = \
|
|
e-canvas.c \
|
|
e-canvas.h \
|
|
e-canvas-utils.c\
|
|
e-canvas-utils.h\
|
|
e-cursors.c \
|
|
e-cursors.h \
|
|
e-gui-utils.c \
|
|
e-gui-utils.h \
|
|
e-html-utils.c \
|
|
e-html-utils.h \
|
|
e-paned.c \
|
|
e-paned.h \
|
|
e-popup-menu.c \
|
|
e-popup-menu.h \
|
|
e-setup.c \
|
|
e-setup.h \
|
|
e-sexp.c \
|
|
e-sexp.h \
|
|
e-util.c \
|
|
e-util.h \
|
|
e-xml-utils.c \
|
|
e-xml-utils.h
|