Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r42ad917 rb373d44  
     1ACLOCAL_AMFLAGS = -I m4
     2
    13bin_PROGRAMS = barnowl.bin
    24check_PROGRAMS = tester perl_tester
     
    57     owl.h owl_perl.h config.h \
    68     owl.c \
    7      libzcrypt.a \
    89     $(GEN_C) $(GEN_H)
    910
    10 barnowl_bin_LDADD = libfaim/libfaim.a libzcrypt.a
     11barnowl_bin_LDADD = libfaim/libfaim.a
    1112
    1213tester_SOURCES = $(BASE_SRCS) \
    1314     owl.h owl_perl.h config.h \
    14      libzcrypt.a \
    1515     $(GEN_C) $(GEN_H) \
    1616     tester.c
    1717
    18 tester_LDADD = libfaim/libfaim.a libzcrypt.a
     18tester_LDADD = libfaim/libfaim.a
    1919
    2020perl_tester_SOURCES = $(BASE_SRCS) \
    2121     owl.h owl_perl.h config.h \
    22      libzcrypt.a \
    2322     $(GEN_C) $(GEN_H) \
    2423     perl_tester.c
    2524
    26 perl_tester_LDADD = libfaim/libfaim.a libzcrypt.a
     25perl_tester_LDADD = libfaim/libfaim.a
    2726
    2827TESTS=runtests.sh
    29 
    30 noinst_LIBRARIES = libzcrypt.a
    31 
    32 libzcrypt_a_SOURCES = zcrypt.c
    33 libzcrypt_a_CFLAGS  = -w
    3428
    3529CPPFLAGS = -I$(top_srcdir)/ \
     
    4034     perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \
    4135     regex.c history.c view.c dict.c variable.c filterelement.c pair.c \
    42      keypress.c keymap.c keybinding.c cmd.c context.c \
     36     keypress.c keymap.c keybinding.c cmd.c context.c zcrypt.c \
    4337     aim.c buddy.c buddylist.c style.c errqueue.c \
    4438     zbuddylist.c popexec.c obarray.c select.c wcwidth.c \
     
    6559        $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@
    6660
    67 owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS) zcrypt.c
     61owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS)
    6862        $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@
    6963
Note: See TracChangeset for help on using the changeset viewer.