mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 01:42:18 +00:00
Fix Makefile failure when <jni.h> not present
This condition had not been tested since Makefile.in was overhauled.
This commit is contained in:
parent
a72f6ae91b
commit
176de6fa42
@ -33,11 +33,13 @@ SERVAL_DAEMON_OBJS = \
|
||||
$(addprefix $(OBJSDIR_SERVALD)/, $(MDP_CLIENT_SOURCES:.c=.o)) \
|
||||
$(addprefix $(OBJSDIR_SERVALD)/, $(SERVAL_DAEMON_SOURCES:.c=.o))
|
||||
|
||||
ifeq (@HAVE_JNI_H@,yes)
|
||||
|
||||
SERVAL_DAEMON_JNI_OBJS = \
|
||||
$(addprefix $(OBJSDIR_SERVALD)/, $(SERVAL_DAEMON_JNI_SOURCES:.c=.o))
|
||||
|
||||
ifeq (@HAVE_JNI_H@,yes)
|
||||
SERVAL_DAEMON_OBJS += $(SERVAL_DAEMON_JNI_OBJS)
|
||||
|
||||
endif
|
||||
|
||||
SQLITE3_OBJS = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user