From ec7dbddfb85e53f80b1383b4f7bfc6e5f365d0dc Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sat, 19 Jan 2008 13:20:34 +0100 Subject: [PATCH] Small build fix --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 08d7702..7ddbaf0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = \ -DG_DISABLE_DEPRECATED AM_LDFLAGS = \ - $(GLIB_LIBS) -lgio-2.0 -lgnio + $(GLIB_LIBS) ../gnio/libgnio.la -lgnio noinst_PROGRAMS = \ test-stuff \ -- 2.20.1