Changeset dec60b4 for Makefile.am
- Timestamp:
- Jun 17, 2010, 9:41:41 AM (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
rc45e1eb rdec60b4 12 12 zcrypt_SOURCES = zcrypt.c filterproc.c 13 13 14 check_PROGRAMS = tester perl_tester14 check_PROGRAMS = tester.bin 15 15 16 16 barnowl_bin_SOURCES = $(BASE_SRCS) \ … … 21 21 barnowl_bin_LDADD = libfaim/libfaim.a 22 22 23 tester_ SOURCES = $(BASE_SRCS) \23 tester_bin_SOURCES = $(BASE_SRCS) \ 24 24 owl.h owl_perl.h config.h \ 25 25 $(GEN_C) $(GEN_H) \ 26 26 tester.c 27 27 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 28 tester_bin_LDADD = libfaim/libfaim.a 36 29 37 30 TESTS=runtests.sh
Note: See TracChangeset
for help on using the changeset viewer.