]> 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 983f331e960ae5c5fdd8ee05e9b348456e6dfa6d..2d9329075a36d1ca0919947349c1c47742b7cbbb 100644 (file)
@@ -3,8 +3,8 @@
 #
 
 # Opciones para el compilador.
 #
 
 # 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.
 all: cliente servidor
 
 # Regla por defecto.
 all: cliente servidor