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

Commit e505b40

Browse files
authored
Make: removed duplicate libfragmentzip
1 parent 049b12b commit e505b40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

futurerestore/Makefile.am

Lines changed: 3 additions & 3 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)
@@ -10,7 +10,7 @@ if WIN32
1010
AM_CFLAGS += -DCURL_STATICLIB
1111
endif
1212

13-
bin_PROGRAMS = futurerestore
13+
bin_PROGRAMS = futurerestore
1414
futurerestore_CXXFLAGS = $(AM_CFLAGS)
1515
if WIN32
1616
futurerestore_LDFLAGS = -all-static -static-libgcc -static-libstdc++ $(AM_LDFLAGS)

0 commit comments

Comments
 (0)