summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 80f02f2..a717b45 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,10 +44,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)