From fa137fe02919114b969be65ef7d9a359e65545bf Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 22 Jul 2012 11:07:19 +0200 Subject: link socket module against gio-2.0 --- receiver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver/Makefile b/receiver/Makefile index fdc2a8c..3d89214 100644 --- a/receiver/Makefile +++ b/receiver/Makefile @@ -9,6 +9,6 @@ socket.c: socket.vala msg-format.vala $(VALAC) --pkg gmodule-2.0 --pkg gio-2.0 --pkg posix --pkg linux -C $^ ../receiver.vala Socket.so: socket.c msg-format.c - $(CC) -shared -fPIC `pkg-config --cflags --libs glib-2.0 gobject-2.0 gmodule-2.0` -o $@ $^ + $(CC) -shared -fPIC `pkg-config --cflags --libs glib-2.0 gio-2.0 gobject-2.0 gmodule-2.0` -o $@ $^ .PHONY: all clean -- cgit v1.2.3