X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4057587c9bde68b85e7460ff03a97d98697142d4..685310582f82cc1732e68cc940f58d0bf9dc24ed:/tests/skstream/Makefile diff --git a/tests/skstream/Makefile b/tests/skstream/Makefile index 385f735..2d93290 100644 --- a/tests/skstream/Makefile +++ b/tests/skstream/Makefile @@ -3,9 +3,11 @@ # # Opciones para el compilador. -CXXFLAGS=-ansi -pedantic -Wall -g3 `skstream-config --cflags` -LDFLAGS=`skstream-config --libs` +CXXFLAGS=-ansi -pedantic -Wall -g `pkg-config --cflags skstream-0.3` +LDFLAGS=`pkg-config --libs skstream-0.3` # Regla por defecto. -cliente: cliente.cc +all: cliente servidor +cliente: cliente.cpp +servidor: servidor.cpp