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
16 lines
233 B
Makefile
16 lines
233 B
Makefile
INCLUDES = \
|
|
$(GNOME_INCLUDEDIR)
|
|
|
|
noinst_LIBRARIES = libeutil.a
|
|
|
|
libeutil_a_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-util.h
|