kc3-lang/libevent/Makefile.am

Branch :


Log

Author Commit Date CI Message
ad9b7f15 2010-05-09 00:22:08 Increment version numbers for 2.0.5-beta
fdc62973 2010-05-06 14:37:23 Only add libevent_core.la to LIBADD on mingw Chris Davis reports that this is also necessary to fix building with shared libraries on OSX for him. Should fix bug 2997775. There is probably a better fix for the issues solved by commit 3cbca8661f, but for now, we're trying to get a beta out the door.
25433b96 2010-05-06 14:37:23 Only specify -no-undefined on mingw It turns out that commit 3cbca8661f broke building with shared libraries on OSX. Since -no-undefined is only necessary on platforms like win32, only use it there. There may be a better fix for this. Should fix bug 2997775.
7731ec88 2010-05-06 13:26:05 Stop distributing and installing manpages: they were too inaccurate It would be great to have the manpages come back some time, perhaps from a refactoring of my asciidoc book, but for now the existing manpages were the single worst, most incomplete, and most misleading libevent documentation we had. (Less misleading: the doxygen output, the header files, and my reference book.)
3cbca866 2010-04-12 12:52:31 Create shared libraries under Windows
9eb2fd75 2010-03-22 13:27:47 Use dist_bin_SCRIPTS, not EXTRA_DIST, to distribute scripts
77c917de 2010-03-12 14:37:54 Give a better warning for bad automake versions. If you tried to build with automake-1.6 or earlier, we would previously spit out pages and pages of garbage output. Now, automake should just say "Hey, I'm not new enough for this."
0794b0d2 2010-03-12 14:21:52 Remove an orphaned RELEASE flag in Makefile.am
2e898f54 2010-03-12 14:16:30 Switch to using AM conditionals in place of AC_LIBOBJ AC_LIBOBJ is really only meant for defining missing library functions, not conditional code compilation. Sticking our conditionally compiled modules in SYS_SRC should make stuff easier to maintain.
b660edf9 2010-03-12 13:22:47 Remove redundant stuff from EXTRA_DIST To a first approximation, sources that are mentioned anywhere in an automake file don't need to get mentioned in EXTRA_DIST.