Changeset 12a6616 for Makefile.am
- Timestamp:
- Oct 3, 2010, 9:15:02 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 811644f
- Parents:
- 8b2789c
- git-author:
- David Benjamin <davidben@mit.edu> (10/03/10 20:43:02)
- git-committer:
- David Benjamin <davidben@mit.edu> (10/03/10 21:15:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
rc394de8 r12a6616 22 22 doc_DATA = doc/intro.txt doc/advanced.txt 23 23 24 barnowl_bin_LDADD = libfaim/libfaim.a24 barnowl_bin_LDADD = compat/libcompat.a libfaim/libfaim.a 25 25 26 26 tester_bin_SOURCES = $(BASE_SRCS) \ … … 29 29 tester.c 30 30 31 tester_bin_LDADD = libfaim/libfaim.a31 tester_bin_LDADD = compat/libcompat.a libfaim/libfaim.a 32 32 33 33 TESTS=runtests.sh … … 88 88 $(DESTDIR)$(bindir)/$(call do_transform,barnowl) 89 89 90 SUBDIRS = libfaim perl90 SUBDIRS = compat libfaim perl
Note: See TracChangeset
for help on using the changeset viewer.