2000-02-29 Iain Holmes <ih@csd.abdn.ac.uk> * widgets/e-text/e-text.c: Don't show the tooltip if the text is being editted or isn't clipped. Remove the tooltip when editting starts. * widgets/e-text/Makefile.am: Build the test program svn path=/trunk/; revision=1994
27 lines
501 B
Makefile
27 lines
501 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
|
|
|
|
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`
|