Changeset 12a6616
- 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)
- Files:
-
- 3 added
- 3 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 -
configure.ac
r8b2789c r12a6616 155 155 fi 156 156 157 AC_CONFIG_FILES([Makefile libfaim/Makefile perl/Makefile perl/modules/Makefile]) 157 AC_CONFIG_LIBOBJ_DIR([compat]) 158 AC_REPLACE_FUNCS([memrchr]) 159 160 AC_CONFIG_FILES([Makefile compat/Makefile libfaim/Makefile perl/Makefile perl/modules/Makefile]) 158 161 AC_OUTPUT -
owl.h
rc6adf17 r12a6616 11 11 12 12 #include "config.h" 13 14 #include "compat/compat.h" 13 15 14 16 #ifdef HAVE_STDBOOL_H
Note: See TracChangeset
for help on using the changeset viewer.