diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 80f02f2..2b7084e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ bin_PROGRAMS = idevicerestore  idevicerestore_SOURCES = \  	idevicerestore.c idevicerestore.h \ +	log.c log.h \  	endianness.h \  	common.c common.h \  	fls.c fls.h \ @@ -44,10 +45,11 @@ idevicerestore_SOURCES = \  	asr.c asr.h \  	fdr.c fdr.h \  	ace3.c ace3.h \ -	limera1n_payload.h \ -	limera1n.c limera1n.h \  	download.c download.h \  	locking.c locking.h +if HAVE_LIMERA1N +idevicerestore_SOURCES += limera1n_payload.h limera1n.c limera1n.h +endif  idevicerestore_CFLAGS = $(AM_CFLAGS)  idevicerestore_LDFLAGS = $(AM_LDFLAGS)  idevicerestore_LDADD = $(AM_LDADD) | 
