Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 563b938

Browse files
committed
Make: removed duplicated libfragmentzip
1 parent 0695c78 commit 563b938

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

futurerestore/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AM_CFLAGS = $(libplist_CFLAGS) $(libzip_CFLAGS) $(libimobiledevice_CFLAGS) $(libfragmentzip_CFLAGS) $(libirecovery_CFLAGS) $(libfragmentzip_CFLAGS) -I$(top_srcdir)/external/tsschecker/external/jssy/jssy -I$(top_srcdir)/external/tsschecker/tsschecker -I$(top_srcdir)/external/img4tool/img4tool -I$(top_srcdir)/external/idevicerestore/src -std=c++11
2-
AM_LDFLAGS = $(libplist_LIBS) $(libzip_LIBS) $(libimobiledevice_LIBS) $(libfragmentzip_LIBS) $(libirecovery_LIBS) $(libfragmentzip_LIBS)
1+
AM_CFLAGS = $(libplist_CFLAGS) $(libzip_CFLAGS) $(libimobiledevice_CFLAGS) $(libirecovery_CFLAGS) $(libfragmentzip_CFLAGS) -I$(top_srcdir)/external/tsschecker/external/jssy/jssy -I$(top_srcdir)/external/tsschecker/tsschecker -I$(top_srcdir)/external/img4tool/img4tool -I$(top_srcdir)/external/idevicerestore/src -std=c++11
2+
AM_LDFLAGS = $(libplist_LIBS) $(libzip_LIBS) $(libimobiledevice_LIBS) $(libirecovery_LIBS) $(libfragmentzip_LIBS)
33

44
if HAVE_LIBIPATCHER
55
AM_LDFLAGS += $(libipatcher_LIBS)

futurerestore/futurerestore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
#include <libgen.h>
1414
#include <zlib.h>
1515
#include "futurerestore.hpp"
16+
1617
#ifdef HAVE_LIBIPATCHER
1718
#include <libipatcher/libipatcher.hpp>
1819
#endif
20+
1921
extern "C"{
2022
#include "common.h"
2123
#include "../external/img4tool/img4tool/img4.h"

0 commit comments

Comments
 (0)