aboutsummaryrefslogtreecommitdiffstats
path: root/cmdline/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-09-27 23:11:24 +0800
committerDan Winship <danw@src.gnome.org>2001-09-27 23:11:24 +0800
commitbc4de6574433fb7bf1c18a94934d26d2a5fed1a9 (patch)
tree7811fd8f209d0c20a8880d9ef62ab9049a43b3a8 /cmdline/Makefile.am
parentac54446b56cc61726a675b51cd07305956643fbc (diff)
downloadgsoc2013-evolution-bc4de6574433fb7bf1c18a94934d26d2a5fed1a9.tar
gsoc2013-evolution-bc4de6574433fb7bf1c18a94934d26d2a5fed1a9.tar.gz
gsoc2013-evolution-bc4de6574433fb7bf1c18a94934d26d2a5fed1a9.tar.bz2
gsoc2013-evolution-bc4de6574433fb7bf1c18a94934d26d2a5fed1a9.tar.lz
gsoc2013-evolution-bc4de6574433fb7bf1c18a94934d26d2a5fed1a9.tar.xz
gsoc2013-evolution-bc4de6574433fb7bf1c18a94934d26d2a5fed1a9.tar.zst
gsoc2013-evolution-bc4de6574433fb7bf1c18a94934d26d2a5fed1a9.zip
Remove references to the "compose" program, since that functionality went
* configure.in: Remove references to the "compose" program, since that functionality went into the shell. (AC_OUTPUT): Sort and remove duplicates. * cmdline/*: gone svn path=/trunk/; revision=13193
Diffstat (limited to 'cmdline/Makefile.am')
-rw-r--r--cmdline/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/cmdline/Makefile.am b/cmdline/Makefile.am
deleted file mode 100644
index 6a888e7468..0000000000
--- a/cmdline/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-
-man_MANS = compose.1
-
-bin_PROGRAMS = compose
-
-INCLUDES = \
- -I$(top_builddir) \
- $(COMPOSE_CFLAGS) \
- $(INTLLIBS)
-
-compose_LDADD = \
- ../composer/libcomposer.a \
- $(COMPOSE_LIBS)
-
-compose_SOURCES = \
- compose.c \
- ../composer/Composer-stubs.c \
- ../composer/Composer-common.c