Files
evolution/widgets/e-text/Makefile.am
Christopher James Lahey 6f709e4fd7 Added e-entry.c and e-entry.h.
2000-07-03  Christopher James Lahey  <clahey@helixcode.com>

	* widgets/e-text/Makefile.am: Added e-entry.c and e-entry.h.

	* widgets/e-text/e-entry.c, widgets/e-text/e-entry.h: New files to
	be a widget containing a text item.

	* widgets/e-text/e-text.c: Fixed some spacing.

svn path=/trunk/; revision=3874
2000-07-03 22:35:47 +00:00

34 lines
658 B
Makefile

INCLUDES = \
-I$(top_srcdir) \
$(GNOME_INCLUDEDIR) \
-DG_LOG_DOMAIN=\"e-text\"
noinst_LIBRARIES = \
libetext.a
libetext_a_SOURCES = \
e-entry.c \
e-entry.h \
e-text-event-processor-emacs-like.c \
e-text-event-processor-emacs-like.h \
e-text-event-processor-types.h \
e-text-event-processor.c \
e-text-event-processor.h \
e-text-model.c \
e-text-model.h \
e-text.c \
e-text.h
noinst_PROGRAMS = \
e-text-test
e_text_test_SOURCES = \
e-text-test.c
e_text_test_LDADD = \
libetext.a \
$(EXTRA_GNOME_LIBS) \
$(top_builddir)/e-util/libeutil.la
e_text_test_LDFLAGS = `gnome-config --libs gdk_pixbuf`