Small build fix
authorChristian Kellner <gicmo@gnome.org>
Sat, 19 Jan 2008 12:20:34 +0000 (13:20 +0100)
committerChristian Kellner <gicmo@gnome.org>
Sat, 19 Jan 2008 12:20:34 +0000 (13:20 +0100)
test/Makefile.am

index 08d7702..7ddbaf0 100644 (file)
@@ -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 \