aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-05 20:46:42 +0800
committernobody <nobody@localhost>2000-05-05 20:46:42 +0800
commit391eb2b6d01fc9a7e0d3ea63060330c2b301789f (patch)
tree436339dec15d4858b98b7a1517bf060df97a4ff1 /widgets/e-text/Makefile.am
parentf80ee8128bb94839d8a84cc620a209d37bbfa277 (diff)
downloadgsoc2013-evolution-pre-ettore.tar
gsoc2013-evolution-pre-ettore.tar.gz
gsoc2013-evolution-pre-ettore.tar.bz2
gsoc2013-evolution-pre-ettore.tar.lz
gsoc2013-evolution-pre-ettore.tar.xz
gsoc2013-evolution-pre-ettore.tar.zst
gsoc2013-evolution-pre-ettore.zip
This commit was manufactured by cvs2svn to create tag 'pre-ettore'.pre-ettore
svn path=/tags/pre-ettore/; revision=2814
Diffstat (limited to 'widgets/e-text/Makefile.am')
-rw-r--r--widgets/e-text/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am
deleted file mode 100644
index 3725b20fb4..0000000000
--- a/widgets/e-text/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- $(GNOME_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"e-text\"
-
-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 \
- e-text-model.c \
- e-text-model.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`