Files
evolution/widgets/e-text/Makefile.am
Mathieu Lacage 44d8831822 many fixes to make it compile with strange prefixes...
neither mail nor the calendar components work though...
evil stuff.

svn path=/trunk/; revision=4892
2000-08-20 19:32:56 +00:00

44 lines
844 B
Makefile

INCLUDES = \
-I$(top_srcdir) \
$(GNOME_INCLUDEDIR) \
$(UNICODE_CFLAGS) \
-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-entry-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_entry_test_SOURCES = \
e-entry-test.c
e_entry_test_LDADD = \
libetext.a \
$(EXTRA_GNOME_LIBS) \
$(top_builddir)/e-util/libeutil.la
e_text_test_LDFLAGS = `gnome-config --libs gdk_pixbuf`