2000-05-24 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added widgets/e-paned/Makefile. * tests/ui-tests/message-browser.c: Switched from GtkPaned to EPaned. * widgets/Makefile.am: Added e-paned directory. * widgets/e-paned/, widgets/e-paned/.cvsignore, widgets/e-paned/Makefile.am, widgets/e-paned/e-hpaned.c, widgets/e-paned/e-hpaned.h, widgets/e-paned/e-paned.c, widgets/e-paned/e-paned.h, widgets/e-paned/e-vpaned.c, widgets/e-paned/e-vpaned.h: New widget based completely on GtkPaned from 1.4. This will be more advanced soon. From calendar/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Added libepaned.a. * gui/gnome-cal.c: Switched from GtkPaned to EPaned. From mail/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added libepaned.a. * folder-browser.c: Switched from GtkPaned to EPaned. From shell/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added libepaned.a. * e-shell-view.c: Switched from GtkPaned to EPaned. From widgets/shortcut-bar/ChangeLog: 2000-05-24 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added libepaned.a. * test-shortcut-bar.c: Switched from GtkPaned to EPaned. svn path=/trunk/; revision=3191
33 lines
605 B
Makefile
33 lines
605 B
Makefile
imagesdir = $(datadir)/images/evolution
|
|
|
|
INCLUDES = \
|
|
$(GNOME_INCLUDEDIR) \
|
|
-DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
|
|
-DG_LOG_DOMAIN=\"e-utils\"
|
|
|
|
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-dialog-widgets.c \
|
|
e-dialog-widgets.h \
|
|
e-gui-utils.c \
|
|
e-gui-utils.h \
|
|
e-html-utils.c \
|
|
e-html-utils.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
|