|
|
fc0500 |
From cc96432e17b40d72dd5cef2d65ae5c8f99d3d4fb Mon Sep 17 00:00:00 2001
|
|
|
fc0500 |
From: Debarshi Ray <debarshir@gnome.org>
|
|
|
fc0500 |
Date: Thu, 12 Oct 2017 18:33:51 +0200
|
|
|
fc0500 |
Subject: [PATCH] Drop AIM
|
|
|
fc0500 |
|
|
|
fc0500 |
https://bugzilla.redhat.com/show_bug.cgi?id=1500403
|
|
|
fc0500 |
---
|
|
|
fc0500 |
libpurple/protocols/oscar/Makefile.am | 8 ++------
|
|
|
fc0500 |
1 file changed, 2 insertions(+), 6 deletions(-)
|
|
|
fc0500 |
|
|
|
fc0500 |
diff --git a/libpurple/protocols/oscar/Makefile.am b/libpurple/protocols/oscar/Makefile.am
|
|
|
fc0500 |
index fc78e47b0c35..4e23f42059ee 100644
|
|
|
fc0500 |
--- a/libpurple/protocols/oscar/Makefile.am
|
|
|
fc0500 |
+++ b/libpurple/protocols/oscar/Makefile.am
|
|
|
fc0500 |
@@ -50,25 +50,21 @@ OSCARSOURCES = \
|
|
|
fc0500 |
|
|
|
fc0500 |
AM_CFLAGS = $(st)
|
|
|
fc0500 |
|
|
|
fc0500 |
-libaim_la_LDFLAGS = -module -avoid-version
|
|
|
fc0500 |
libicq_la_LDFLAGS = -module -avoid-version
|
|
|
fc0500 |
if STATIC_OSCAR
|
|
|
fc0500 |
|
|
|
fc0500 |
st = -DPURPLE_STATIC_PRPL
|
|
|
fc0500 |
noinst_LTLIBRARIES = liboscar.la
|
|
|
fc0500 |
-liboscar_la_SOURCES = $(OSCARSOURCES) libaim.c libicq.c
|
|
|
fc0500 |
+liboscar_la_SOURCES = $(OSCARSOURCES) libicq.c
|
|
|
fc0500 |
liboscar_la_CFLAGS = $(AM_CFLAGS)
|
|
|
fc0500 |
|
|
|
fc0500 |
else
|
|
|
fc0500 |
|
|
|
fc0500 |
st =
|
|
|
fc0500 |
-pkg_LTLIBRARIES = liboscar.la libaim.la libicq.la
|
|
|
fc0500 |
+pkg_LTLIBRARIES = liboscar.la libicq.la
|
|
|
fc0500 |
liboscar_la_SOURCES = $(OSCARSOURCES)
|
|
|
fc0500 |
liboscar_la_LIBADD = $(GLIB_LIBS)
|
|
|
fc0500 |
|
|
|
fc0500 |
-libaim_la_SOURCES = libaim.c
|
|
|
fc0500 |
-libaim_la_LIBADD = liboscar.la
|
|
|
fc0500 |
-
|
|
|
fc0500 |
libicq_la_SOURCES = libicq.c
|
|
|
fc0500 |
libicq_la_LIBADD = liboscar.la
|
|
|
fc0500 |
|
|
|
fc0500 |
--
|
|
|
fc0500 |
2.14.2
|
|
|
fc0500 |
|