diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-12-13 14:36:33 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-12-13 14:36:33 +0100 |
| commit | e42a4ff3031aa1c1aaf27aa34d9395fec185924b (patch) | |
| tree | 51987665008a0f7a28c1351aaa4bb2eb1e37c46f /zip/Makefile | |
| parent | 016687cc49c811589951ebd064a86bdde1405866 (diff) | |
| download | tuxcmd-modules-e42a4ff3031aa1c1aaf27aa34d9395fec185924b.tar.xz | |
Error system transformation to GErrorv0.6.74
Diffstat (limited to 'zip/Makefile')
| -rw-r--r-- | zip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zip/Makefile b/zip/Makefile index eb45047..aeef6f5 100644 --- a/zip/Makefile +++ b/zip/Makefile @@ -23,15 +23,15 @@ VFS_CPP_OBJECTS = zip.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: libzip_plugin.so libzip_plugin.so: ziparchive $(VFS_COMMON_OBJECTS) $(VFS_CPP_OBJECTS) $(VFS_C_OBJECTS) - $(CPP) -shared -o libzip_plugin.so zip.o $(VFS_COMMON_OBJECTS) $(DIR_ZIPARCHIVE)libziparch.a -lz -lm $(CFLAGS) `pkg-config glib-2.0 --libs` + $(CPP) -shared -o libzip_plugin.so zip.o $(VFS_COMMON_OBJECTS) $(DIR_ZIPARCHIVE)libziparch.a -lz -lm $(CFLAGS) `pkg-config glib-2.0 gio-2.0 --libs` ziparchive: ( cd $(DIR_ZIPARCHIVE) && make -f ../Makefile.ziparch ) || exit 1 |
