From e42a4ff3031aa1c1aaf27aa34d9395fec185924b Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 13 Dec 2009 14:36:33 +0100 Subject: Error system transformation to GError --- unrar/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unrar/Makefile') diff --git a/unrar/Makefile b/unrar/Makefile index 4e930da..e822800 100644 --- a/unrar/Makefile +++ b/unrar/Makefile @@ -39,15 +39,15 @@ VFS_OBJECTS = unrar.o rarlog.o .SUFFIXES: .c .cpp .c.o: - $(CC) $(CFLAGS) `pkg-config glib-2.0 --cflags` -c $< + $(CC) $(CFLAGS) `pkg-config glib-2.0 gio-2.0 --cflags` -c $< .cpp.o: - $(CPP) $(CFLAGS) `pkg-config glib-2.0 --cflags` -c $< + $(CPP) $(CFLAGS) `pkg-config glib-2.0 gio-2.0 --cflags` -c $< all shared static: libunrar_plugin.so libunrar_plugin.so: libunrar $(VFS_COMMON_OBJECTS) $(VFS_OBJECTS) - $(CPP) -shared -o libunrar_plugin.so $(VFS_COMMON_OBJECTS) $(VFS_OBJECTS) $(UNRAR_OBJECTS) $(UNRAR_LIB_OBJ) $(CFLAGS) `pkg-config glib-2.0 --libs` + $(CPP) -shared -o libunrar_plugin.so $(VFS_COMMON_OBJECTS) $(VFS_OBJECTS) $(UNRAR_OBJECTS) $(UNRAR_LIB_OBJ) $(CFLAGS) `pkg-config glib-2.0 gio-2.0 --libs` libunrar: ( cd $(DIR_UNRAR) && make -f ../Makefile.unrar ) || exit 1 -- cgit v1.2.3