This commit was manufactured by cvs2svn to create branch 'captive'.
[captive.git] / src / client / cmdline / Makefile.am
diff --git a/src/client/cmdline/Makefile.am b/src/client/cmdline/Makefile.am
deleted file mode 100644 (file)
index b1d78e9..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# $Id$
-# automake source for development tests by command-line libcaptive client
-# Copyright (C) 2002-2003 Jan Kratochvil <project-captive@jankratochvil.net>
-# 
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; exactly version 2 of June 1991 is required
-# 
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-
-include $(top_srcdir)/Makefile-head.am
-
-captive_cmdline_SOURCES= \
-               cmd_cd.c \
-               cmd_cd.h \
-               cmd_commit.c \
-               cmd_commit.h \
-               cmd_get.c \
-               cmd_get.h \
-               cmd_help.c \
-               cmd_help.h \
-               cmd_info.c \
-               cmd_info.h \
-               cmd_lcd.c \
-               cmd_lcd.h \
-               cmd_ls.c \
-               cmd_ls.h \
-               cmd_mkdir.c \
-               cmd_mkdir.h \
-               cmd_mv.c \
-               cmd_mv.h \
-               cmd_put.c \
-               cmd_put.h \
-               cmd_quit.c \
-               cmd_quit.h \
-               cmd_rm.c \
-               cmd_rm.h \
-               cmd_rmdir.c \
-               cmd_rmdir.h \
-               cmd_shell.c \
-               cmd_shell.h \
-               cmd_volume.c \
-               cmd_volume.h \
-               file_info.c \
-               file_info.h \
-               main.c \
-               main.h
-captive_cmdline_CFLAGS=$(GNOME_VFS_MODULE_CFLAGS)
-captive_cmdline_LDFLAGS=$(READLINE_LDFLAGS)
-captive_cmdline_LDADD=$(captive_library) $(READLINE_LIBS) $(GNOME_VFS_MODULE_LIBS) $(INTLLIBS)
-bin_PROGRAMS+=captive-cmdline