kc3-lang/libevent/Makefile.am

Branch :


Log

Author Commit Date CI Message
e23cda3d 2011-06-21 10:05:28 Don't install event_rpcgen.py when --disable-libevent-install is used
7283facd 2011-06-03 17:08:14 Bump version to 2.0.12-stable. Not release just yet
d54d3fc4 2011-06-01 13:48:02 cygwin: make it possible to build DLLs Patch from Brian Koehmstedt
86090ee1 2011-05-25 10:54:06 Link with -lshell32 and -ladvapi32 on Win32. SHGetSpecialFolderPath is in Shell32.dll and the RegOpenKey (et al) and CryptGenRandom (et al) functions are in -ladvapi32.dll. MinGW is "nice" and brings those in automatically, but specify them explicitly for other tool chains.
292092eb 2011-05-05 15:49:38 Use OPENSSL_LIBS in Makefile.am
274dd036 2011-05-04 16:34:28 libssl depends on libcrypto, not the other way around.
d4d55196 2011-04-27 20:25:57 Increment version number to 2.0.11-stable
b5a1f9f7 2011-03-23 16:22:24 Fix make distcheck & installation of libevent 1 headers libevent/Makefile.am corrects a typo (thanks to Harlan for spotting it once we realized make distcheck was broken when building the libevent tearoff). The result was the include/ev*.h were not distributed nor installed whether or not --disable-libevent-install was used. This was introduced with the final round (3/3) of --disable-libevent-install patch from me.
ab008c7d 2011-03-03 12:57:17 Make --no-libevent-install apply to event1 headers too
49e9bb7f 2011-02-13 02:05:04 Add configure options to disable installation, regression tests The main reason for disabling installation is if you're building libevent as a subpackage for embedding: you want to have your main package's "make all" build libevent, but you don't want your main package's "make install" to install libevent.