aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-08-22 20:05:30 +0800
committernobody <nobody@localhost>2000-08-22 20:05:30 +0800
commit2e129e04c509cffde9e3072bbd94cc1640b05d23 (patch)
tree3b4824784cd30983db4a6ae1f38db287d5815941 /widgets/e-text/Makefile.am
parent44ae37c371e25fe05e8aee145f1d9af7130a201d (diff)
downloadgsoc2013-evolution-gnomemm-1_1_11.tar
gsoc2013-evolution-gnomemm-1_1_11.tar.gz
gsoc2013-evolution-gnomemm-1_1_11.tar.bz2
gsoc2013-evolution-gnomemm-1_1_11.tar.lz
gsoc2013-evolution-gnomemm-1_1_11.tar.xz
gsoc2013-evolution-gnomemm-1_1_11.tar.zst
gsoc2013-evolution-gnomemm-1_1_11.zip
This commit was manufactured by cvs2svn to create taggnomemm-1_1_11
'gnomemm-1_1_11'. svn path=/tags/gnomemm-1_1_11/; revision=4958
Diffstat (limited to 'widgets/e-text/Makefile.am')
-rw-r--r--widgets/e-text/Makefile.am43
1 files changed, 0 insertions, 43 deletions
diff --git a/widgets/e-text/Makefile.am b/widgets/e-text/Makefile.am
deleted file mode 100644
index b56d735990..0000000000
--- a/widgets/e-text/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-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`