diff options
author | nobody <nobody@localhost> | 2000-06-24 18:47:21 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-06-24 18:47:21 +0800 |
commit | 98a8e41c8a585b2773fd91bff188346c24477c01 (patch) | |
tree | 957251da2611d83c08b2ff201fec4f0f3941c628 /widgets/e-text/Makefile.am | |
parent | 5d0f34b4eefc1f57757e23e4583394742dca1dc8 (diff) | |
download | gsoc2013-evolution-WITH_LIBEFS.tar gsoc2013-evolution-WITH_LIBEFS.tar.gz gsoc2013-evolution-WITH_LIBEFS.tar.bz2 gsoc2013-evolution-WITH_LIBEFS.tar.lz gsoc2013-evolution-WITH_LIBEFS.tar.xz gsoc2013-evolution-WITH_LIBEFS.tar.zst gsoc2013-evolution-WITH_LIBEFS.zip |
This commit was manufactured by cvs2svn to create tag 'WITH_LIBEFS'.WITH_LIBEFS
svn path=/tags/WITH_LIBEFS/; revision=3727
Diffstat (limited to 'widgets/e-text/Makefile.am')
-rw-r--r-- | widgets/e-text/Makefile.am | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am deleted file mode 100644 index 362a9de3a5..0000000000 --- a/widgets/e-text/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - $(GNOME_INCLUDEDIR) \ - -DG_LOG_DOMAIN=\"e-text\" - -noinst_LIBRARIES = \ - libetext.a - -libetext_a_SOURCES = \ - 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` |