From 1b6ffe1111ccfbdd8327c5000fc3ebd5440365a7 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Tue, 12 Aug 2014 16:21:33 -0400 Subject: [PATCH] autotools: remove dead Makefile Refs: #48032 --- daemon/configure.ac | 1 - daemon/src/client/android/Makefile.am | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 daemon/src/client/android/Makefile.am diff --git a/daemon/configure.ac b/daemon/configure.ac index 464e5a1202..d6f1bd0c7d 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 7f6f5e4496..0000000000 --- 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 -- GitLab