]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - tests/skstream/Makefile
Ya tengo el broadcaster UDP andando! Manda a un host:puerto por UDP un choclo, sin...
[z.facultad/75.42/plaqui.git] / tests / skstream / Makefile
index 385f735276e833c5d033b0dafdbd8945aff6c93e..2d9329075a36d1ca0919947349c1c47742b7cbbb 100644 (file)
@@ -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