aboutsummaryrefslogtreecommitdiffstats
path: root/cmdline/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-02-08 06:53:06 +0800
committernobody <nobody@localhost>2001-02-08 06:53:06 +0800
commit5d532c59ad71fb170bdceed22ff5b3c46566603b (patch)
tree67c941166f37e99129f73ab28bd0d83bf566f06c /cmdline/Makefile.am
parent2132c038545393a9d81ddc87cb8e1bde13445b80 (diff)
downloadgsoc2013-evolution-BONOBO_0_36.tar.gz
gsoc2013-evolution-BONOBO_0_36.tar.zst
gsoc2013-evolution-BONOBO_0_36.zip
This commit was manufactured by cvs2svn to create tag 'BONOBO_0_36'.BONOBO_0_36
svn path=/tags/BONOBO_0_36/; revision=8067
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