Skip to content
Snippets Groups Projects
Commit 1b6ffe11 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

autotools: remove dead Makefile

Refs: #48032
parent 4ff9d013
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment