Changeset 4fd3c04 for Makefile.am


Ignore:
Timestamp:
Oct 12, 2017, 8:28:02 PM (7 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master
Children:
a882637
Parents:
ee6b30f
git-author:
Anders Kaseorg <andersk@mit.edu> (10/06/17 21:27:09)
git-committer:
Anders Kaseorg <andersk@mit.edu> (10/12/17 20:28:02)
Message:
Remove AIM support

This code has received almost no security attention, and anyway, AIM
is shutting down on December 15, 2017.

https://aimemories.tumblr.com/post/166091776077/aimemories

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r392b5cf r4fd3c04  
    4343dist_doc_DATA = doc/intro.txt doc/advanced.txt
    4444
    45 bin_barnowl_LDADD = compat/libcompat.a libfaim/libfaim.a
     45bin_barnowl_LDADD = compat/libcompat.a
    4646
    4747bin_tester_SOURCES = $(BASE_SRCS) \
     
    5050nodist_bin_tester_SOURCES = $(GEN_C) $(GEN_H)
    5151
    52 bin_tester_LDADD = compat/libcompat.a libfaim/libfaim.a
     52bin_tester_LDADD = compat/libcompat.a
    5353
    5454TESTS=runtests.sh
    5555
    5656AM_CPPFLAGS = \
    57            -I$(top_srcdir)/libfaim/ \
    5857           -DDATADIR='"$(pkgdatadir)"' \
    5958           -DBINDIR='"$(bindir)"'
     
    6564     regex.c history.c view.c dict.c variable.c filterelement.c pair.c \
    6665     keypress.c keymap.c keybinding.c cmd.c context.c \
    67      aim.c buddy.c buddylist.c style.c errqueue.c \
     66     style.c errqueue.c \
    6867     zbuddylist.c popexec.c select.c wcwidth.c \
    6968     mainpanel.c msgwin.c sepbar.c editcontext.c signal.c closures.c
     
    125124    cpanfile
    126125
    127 SUBDIRS = compat libfaim perl
     126SUBDIRS = compat perl
Note: See TracChangeset for help on using the changeset viewer.