Changeset 191d5e7


Ignore:
Timestamp:
Sep 15, 2009, 4:22:46 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2693b12
Parents:
3daca13
git-author:
Anders Kaseorg <andersk@mit.edu> (09/15/09 01:31:38)
git-committer:
Nelson Elhage <nelhage@mit.edu> (09/15/09 16:22:46)
Message:
Makefile.am: Add zcrypt.c back to BASE_SRCS and kill off libzcrypt.a.

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

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r3daca13 r191d5e7  
    55     owl.h owl_perl.h config.h \
    66     owl.c \
    7      libzcrypt.a \
    87     $(GEN_C) $(GEN_H)
    98
    10 barnowl_bin_LDADD = libfaim/libfaim.a libzcrypt.a
     9barnowl_bin_LDADD = libfaim/libfaim.a
    1110
    1211tester_SOURCES = $(BASE_SRCS) \
    1312     owl.h owl_perl.h config.h \
    14      libzcrypt.a \
    1513     $(GEN_C) $(GEN_H) \
    1614     tester.c
    1715
    18 tester_LDADD = libfaim/libfaim.a libzcrypt.a
     16tester_LDADD = libfaim/libfaim.a
    1917
    2018TESTS=runtests.sh
    21 
    22 noinst_LIBRARIES = libzcrypt.a
    23 
    24 libzcrypt_a_SOURCES = zcrypt.c
    2519
    2620CPPFLAGS = -I$(top_srcdir)/ \
     
    3125     perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \
    3226     regex.c history.c view.c dict.c variable.c filterelement.c pair.c \
    33      keypress.c keymap.c keybinding.c cmd.c context.c \
     27     keypress.c keymap.c keybinding.c cmd.c context.c zcrypt.c \
    3428     aim.c buddy.c buddylist.c style.c errqueue.c \
    3529     zbuddylist.c popexec.c obarray.c select.c wcwidth.c \
     
    5650        $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@
    5751
    58 owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS) zcrypt.c
     52owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS)
    5953        $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@
    6054
Note: See TracChangeset for help on using the changeset viewer.