Changeset 8830f79f for Makefile.am


Ignore:
Timestamp:
Oct 3, 2009, 10:15:11 AM (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:
9f5e847
Parents:
340c3e7 (diff), 1167bf1 (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 'davidben/context-slice'

Conflicts:
	perlglue.xs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    reddee7e r8830f79f  
    22
    33bin_PROGRAMS = barnowl.bin
    4 check_PROGRAMS = tester
     4check_PROGRAMS = tester perl_tester
    55
    66barnowl_bin_SOURCES = $(BASE_SRCS) \
     
    1717
    1818tester_LDADD = libfaim/libfaim.a
     19
     20perl_tester_SOURCES = $(BASE_SRCS) \
     21     owl.h owl_perl.h config.h \
     22     libzcrypt.a \
     23     $(GEN_C) $(GEN_H) \
     24     perl_tester.c
     25
     26perl_tester_LDADD = libfaim/libfaim.a libzcrypt.a
    1927
    2028TESTS=runtests.sh
Note: See TracChangeset for help on using the changeset viewer.