]> git.llucax.com Git - z.facultad/75.42/plaqui.git/commitdiff
Se elimina el directorio tests del server del configure.in y Makefile.am para
authorLeandro Lucarella <llucax@gmail.com>
Sat, 22 Nov 2003 00:56:20 +0000 (00:56 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 22 Nov 2003 00:56:20 +0000 (00:56 +0000)
que no se instale con la distribucion.

Server/Makefile.am
Server/configure.in
Server/tests/Makefile.am [deleted file]
configure.in

index 7a06192ddf375ab0fe7f3c6e2636916b321b5d67..6ba95c143a446bb164963c9b7337be20dc2da571 100644 (file)
@@ -25,5 +25,5 @@
 # $Id$
 #
 
-SUBDIRS = src tests
+SUBDIRS = src
 
index e5e443489dced6dc244fad8dff7d014448f2364e..f1a1e26d05e5e73768abe57eff4905a722b5b438 100644 (file)
@@ -46,7 +46,6 @@ AC_SUBST(PACKAGE_LIBS)
 
 AC_OUTPUT([
 Makefile
-tests/Makefile
 src/Makefile
 ])
 
diff --git a/Server/tests/Makefile.am b/Server/tests/Makefile.am
deleted file mode 100644 (file)
index 60b952f..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-## vim: set noexpandtab tabstop=4 shiftwidth=4:
-##----------------------------------------------------------------------------
-##                                  PlaQui
-##----------------------------------------------------------------------------
-## This file is part of PlaQui.
-##
-## PlaQui 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; either version 2 of the License, or (at your option) any later
-## version.
-##
-## PlaQui 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 PlaQui; if not, write to the Free Software Foundation, Inc., 59 Temple
-## Place, Suite 330, Boston, MA  02111-1307  USA
-##----------------------------------------------------------------------------
-## Creado:  mié nov 19 00:41:40 ART 2003
-## Autores: Leandro Lucarella <llucare@fi.uba.ar>
-##----------------------------------------------------------------------------
-##
-## $Id$
-##
-
-INCLUDES = \
-       -I../include \
-       -I../../Model/include \
-       -DDEBUG \
-       -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-       -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-       @PACKAGE_CFLAGS@
-
-bin_PROGRAMS = \
-       server_test \
-       client_test \
-       receiver_test
-
-server_test_SOURCES = server_test.cpp
-client_test_SOURCES = client_test.cpp
-receiver_test_SOURCES = receiver_test.cpp
-
-server_test_LDADD = \
-       @PACKAGE_LIBS@ \
-       -lsocket++ \
-       ../src/libplaquiserver.a \
-       ../../Model/src/libplaquimodel.a
-
-client_test_LDADD = \
-       @PACKAGE_LIBS@ \
-       -lsocket++ \
-       ../src/libplaquiserver.a
-
-receiver_test_LDADD = \
-       @PACKAGE_LIBS@ \
-       -lsocket++ \
-       ../src/libplaquiserver.a
-
index 27cb5bea86b66b413c851f1c24c93b68696e0575..ea53651ae9b66e8fad23794472d5183477336c63 100644 (file)
@@ -52,7 +52,6 @@ Model/Makefile
 Model/src/Makefile
 Server/Makefile
 Server/src/Makefile
-Server/tests/Makefile
 Client/Makefile
 Client/pixmaps/Makefile
 Client/dialogs/Makefile