Changeset dec60b4 for Makefile.am


Ignore:
Timestamp:
Jun 17, 2010, 9:41:41 AM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
3c2c7fc
Parents:
68e5464 (diff), 95414bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge branch 'perl-tester'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rc45e1eb rdec60b4  
    1212zcrypt_SOURCES = zcrypt.c filterproc.c
    1313
    14 check_PROGRAMS = tester perl_tester
     14check_PROGRAMS = tester.bin
    1515
    1616barnowl_bin_SOURCES = $(BASE_SRCS) \
     
    2121barnowl_bin_LDADD = libfaim/libfaim.a
    2222
    23 tester_SOURCES = $(BASE_SRCS) \
     23tester_bin_SOURCES = $(BASE_SRCS) \
    2424     owl.h owl_perl.h config.h \
    2525     $(GEN_C) $(GEN_H) \
    2626     tester.c
    2727
    28 tester_LDADD = libfaim/libfaim.a
    29 
    30 perl_tester_SOURCES = $(BASE_SRCS) \
    31      owl.h owl_perl.h config.h \
    32      $(GEN_C) $(GEN_H) \
    33      perl_tester.c
    34 
    35 perl_tester_LDADD = libfaim/libfaim.a
     28tester_bin_LDADD = libfaim/libfaim.a
    3629
    3730TESTS=runtests.sh
Note: See TracChangeset for help on using the changeset viewer.