Fix libevents standalone build
authorSimo Sorce <idra@samba.org>
Fri, 19 Sep 2008 19:20:47 +0000 (15:20 -0400)
committerSimo Sorce <idra@samba.org>
Fri, 19 Sep 2008 22:08:12 +0000 (18:08 -0400)
commit474de0f2172ebe55e6cafb4ad7e81fe662eacadc
treec4012ed880a543e7e21ae53c36b6028b24878d46
parent3235e25425dddb9ba6d0f8d7cfff94ea9d7c5bdd
Fix libevents standalone build
Make sure to build against libtalloc.a and not individual talloc objects,
so that the library can be also built against libtalloc.so and use it as
a shared library instead of statically compiling talloc.
Also add shared-build target to the events library.
Useful to build multiple standalone libraries that depend on each other
without having to install them to the final install dir during the build.
source4/lib/events/Makefile.in
source4/lib/events/autogen.sh
source4/lib/events/build_macros.m4 [new file with mode: 0644]
source4/lib/events/configure.ac
source4/lib/events/events.mk
source4/lib/events/libevents.m4
source4/lib/events/libtalloc.m4 [new file with mode: 0644]
source4/lib/events/pkg.m4 [new file with mode: 0644]