diff --git a/daemon/configure.ac b/daemon/configure.ac index 464e5a1202e6adf692619b64651bcb2df2d6240c..d6f1bd0c7d7c56d8333915ae56e37ec0bda7a2c9 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -532,7 +532,6 @@ AC_CONFIG_FILES([Makefile \ src/audio/codecs/Makefile \ src/config/Makefile \ src/client/Makefile \ - src/client/android/Makefile \ src/hooks/Makefile \ src/history/Makefile \ src/video/Makefile \ diff --git a/daemon/src/client/android/Makefile.am b/daemon/src/client/android/Makefile.am deleted file mode 100644 index 7f6f5e4496de4a4cb0232265675e905d0c00e14d..0000000000000000000000000000000000000000 --- a/daemon/src/client/android/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -include $(top_srcdir)/globals.mak - -noinst_LTLIBRARIES = libclient_android.la - -libclient_android_la_SOURCES = callmanager_jni.cpp \ - configurationmanager_jni.cpp - -if SFL_PRESENCE -libclient_android_la_SOURCES += presencemanager_jni.cpp -endif - -noinst_HEADERS = jni_callbacks.h