diff options
author | nobody <nobody@localhost> | 2001-08-01 20:34:21 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-08-01 20:34:21 +0800 |
commit | 7acd3a7b808206c0956b7ee5a949c64cb727f9b0 (patch) | |
tree | 4b19f4e43f75f43cf07288ea1386ac7abdbc95af /cmdline/Makefile.am | |
parent | 496986326df84d02d17cbd7329a885e49237fcfc (diff) | |
download | gsoc2013-evolution-GNOME_PRINT_0_33.tar.gz gsoc2013-evolution-GNOME_PRINT_0_33.tar.zst gsoc2013-evolution-GNOME_PRINT_0_33.zip |
This commit was manufactured by cvs2svn to create tagGNOME_PRINT_0_33
'GNOME_PRINT_0_33'.
svn path=/tags/GNOME_PRINT_0_33/; revision=11555
Diffstat (limited to 'cmdline/Makefile.am')
-rw-r--r-- | cmdline/Makefile.am | 18 |
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 |