]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/tests/Makefile
- Se sobreescribe el método Connection::finish() para que cierre el socket.
[z.facultad/75.42/plaqui.git] / Server / tests / Makefile
index 526d9228d060f832d6d4d483d5c888953b17bd69..0210ffe18fc530832936fa5424454aedf7ab4a48 100644 (file)
@@ -25,6 +25,9 @@
 # $Id$
 #
 
+# Defino compilador y linker ?
+CC=gcc
+
 # Ubicación de archivos .h
 INCLUDE_BASE_DIR=../include
 INCLUDE_DIR=$(INCLUDE_BASE_DIR)
@@ -38,7 +41,7 @@ CXXFLAGS=-ansi -pedantic -Wall -I$(INCLUDE_DIR) \
 CXXFLAGS+=-g -DDEBUG
 #CXXFLAGS+=-g
 #CXXFLAGS+=-O3
-LDFLAGS=-lsocket++ -L$(LIB_FILES) `pkg-config --libs glibmm-2.0 gthread-2.0`
+LDFLAGS=-lsocket++ `pkg-config --libs glibmm-2.0 gthread-2.0` #-L$(LIB_FILES)
 
 TARGETS=server_test