summaryrefslogtreecommitdiff
path: root/unrar/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-12-13 14:36:33 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-12-13 14:36:33 +0100
commite42a4ff3031aa1c1aaf27aa34d9395fec185924b (patch)
tree51987665008a0f7a28c1351aaa4bb2eb1e37c46f /unrar/Makefile
parent016687cc49c811589951ebd064a86bdde1405866 (diff)
downloadtuxcmd-modules-0.6.74.tar.xz
Error system transformation to GErrorv0.6.74
Diffstat (limited to 'unrar/Makefile')
-rw-r--r--unrar/Makefile6
1 files changed, 3 insertions, 3 deletions
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