X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4c52a7024a46f923d1db8362bc5c5c9cd1fac1b2..685310582f82cc1732e68cc940f58d0bf9dc24ed:/tests/skstream/Makefile?ds=sidebyside diff --git a/tests/skstream/Makefile b/tests/skstream/Makefile index 983f331..2d93290 100644 --- a/tests/skstream/Makefile +++ b/tests/skstream/Makefile @@ -3,8 +3,8 @@ # # 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