Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rb373d44 r42ad917  
    1 ACLOCAL_AMFLAGS = -I m4
    2 
    31bin_PROGRAMS = barnowl.bin
    42check_PROGRAMS = tester perl_tester
     
    75     owl.h owl_perl.h config.h \
    86     owl.c \
     7     libzcrypt.a \
    98     $(GEN_C) $(GEN_H)
    109
    11 barnowl_bin_LDADD = libfaim/libfaim.a
     10barnowl_bin_LDADD = libfaim/libfaim.a libzcrypt.a
    1211
    1312tester_SOURCES = $(BASE_SRCS) \
    1413     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
     18tester_LDADD = libfaim/libfaim.a libzcrypt.a
    1919
    2020perl_tester_SOURCES = $(BASE_SRCS) \
    2121     owl.h owl_perl.h config.h \
     22     libzcrypt.a \
    2223     $(GEN_C) $(GEN_H) \
    2324     perl_tester.c
    2425
    25 perl_tester_LDADD = libfaim/libfaim.a
     26perl_tester_LDADD = libfaim/libfaim.a libzcrypt.a
    2627
    2728TESTS=runtests.sh
     29
     30noinst_LIBRARIES = libzcrypt.a
     31
     32libzcrypt_a_SOURCES = zcrypt.c
     33libzcrypt_a_CFLAGS  = -w
    2834
    2935CPPFLAGS = -I$(top_srcdir)/ \
     
    3440     perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \
    3541     regex.c history.c view.c dict.c variable.c filterelement.c pair.c \
    36      keypress.c keymap.c keybinding.c cmd.c context.c zcrypt.c \
     42     keypress.c keymap.c keybinding.c cmd.c context.c \
    3743     aim.c buddy.c buddylist.c style.c errqueue.c \
    3844     zbuddylist.c popexec.c obarray.c select.c wcwidth.c \
     
    5965        $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@
    6066
    61 owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS)
     67owl_prototypes.h.new: codelist.pl varstubs.c $(BASE_SRCS) zcrypt.c
    6268        $(AM_V_GEN)perl $< $(filter-out $<,$+) > $@
    6369
Note: See TracChangeset for help on using the changeset viewer.