2000-02-09 Christopher James Lahey <clahey@helixcode.com> * configure.in: Add new Makefiles to Makefile list. * e-util/Makefile.am: Add canvas utilities to libeutil. * widgets/e-text/Makefile.am: Build libetext. * widgets/e-minicard/Makefile.am: Build libeminicard and test programs. * widgets/Makefile.am: Remove all e-text and e-minicard code and add them to the SUBDIRS list. svn path=/trunk/; revision=1706
14 lines
265 B
Makefile
14 lines
265 B
Makefile
INCLUDES = \
|
|
$(GNOME_INCLUDEDIR)
|
|
|
|
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
|