#### console : List of the c files ####
CONSOLE_C_JNI_SOURCES = \
src/jni/GuiManagement_wrap.c \
- src/jni/DropFiles_wrap.c
+ src/jni/DropFiles_wrap.c \
+ src/jni/AdvCLIManagement_wrap.c
GIWS_WRAPPERS = src/jni/CallScilabBridge.giws.xml
#### SWIG Declaration ####
SWIG_WRAPPERS = src/jni/GuiManagement.i \
- src/jni/DropFiles.i
+ src/jni/DropFiles.i \
+ src/jni/AdvCLIManagement.i
# Provides macros compilation, Java compilation, cleaning
# If you want Makefile to call ant, add USEANT=1