From: Christian Kellner Date: Sat, 19 Jan 2008 12:20:34 +0000 (+0100) Subject: Small build fix X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fgnio.git;a=commitdiff_plain;h=ec7dbddfb85e53f80b1383b4f7bfc6e5f365d0dc Small build fix --- 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 \