From 55495a61bfd58332f6c8c0074d51b1bc649df5fa Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 23 Nov 2012 16:41:48 +0100 Subject: build: Use glib2 Now that QEMU depends on glib, it won't really hurt if we depend on it as well, and we won't have to reinvent our own helpers. --- server/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index b62d98c0..4e5f18aa 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -5,6 +5,7 @@ AM_CPPFLAGS = \ -DRED_STATISTICS \ $(CELT051_CFLAGS) \ $(COMMON_CFLAGS) \ + $(GLIB2_CFLAGS) \ $(PIXMAN_CFLAGS) \ $(SASL_CFLAGS) \ $(SLIRP_CFLAGS) \ @@ -31,6 +32,7 @@ libspice_server_la_LIBADD = \ $(top_builddir)/spice-common/common/libspice-common-server.la \ $(CELT051_LIBS) \ $(GL_LIBS) \ + $(GLIB2_LIBS) \ $(JPEG_LIBS) \ $(LIBRT) \ $(PIXMAN_LIBS) \ -- cgit