From afaa3a2b80f531ac597fdec4a49322fd4dd5ebd6 Mon Sep 17 00:00:00 2001 From: tihmstar Date: Sun, 1 Jan 2017 20:08:29 +0100 Subject: [PATCH] why g++? why do you care so much about the order of parameters? --- futurerestore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futurerestore/Makefile.am b/futurerestore/Makefile.am index e96d2178..3e712bb1 100644 --- a/futurerestore/Makefile.am +++ b/futurerestore/Makefile.am @@ -3,5 +3,5 @@ AM_LDFLAGS = $(libplist_LIBS) $(libzip_LIBS) $(libimobiledevice_LIBS) $(libfragm bin_PROGRAMS = futurerestore futurerestore_CXXFLAGS = $(AM_CFLAGS) -futurerestore_LDADD = $(AM_LDFLAGS) $(top_srcdir)/external/idevicerestore/src/libidevicerestore.la $(top_srcdir)/external/img4tool/img4tool/libimg4tool.la $(top_srcdir)/external/tsschecker/tsschecker/libtsschecker.la +futurerestore_LDADD = $(top_srcdir)/external/idevicerestore/src/libidevicerestore.la $(top_srcdir)/external/img4tool/img4tool/libimg4tool.la $(top_srcdir)/external/tsschecker/tsschecker/libtsschecker.la $(AM_LDFLAGS) futurerestore_SOURCES = futurerestore.cpp main.cpp