3.2 Makefile.in question
Herb Lewis
hlewis at panasas.com
Thu Jun 19 18:26:22 GMT 2008
We have the following in the 3.2 Makefile.in (only some lines
shown). Why is the definition of LIBWBCLIENT different to the
others? Looking in configure it probably resolves to being the
same but why not be consistent? Was there a reason for this?
LIBTALLOC_STATIC_TARGET=@LIBTALLOC_STATIC_TARGET@
LIBTALLOC=$(LIBTALLOC_STATIC_TARGET) @LIBTALLOC_SHARED@
LIBTDB_STATIC_TARGET=@LIBTDB_STATIC_TARGET@
LIBTDB=$(LIBTDB_STATIC_TARGET) @LIBTDB_SHARED@
LIBWBCLIENT_STATIC_TARGET=@LIBWBCLIENT_STATIC_TARGET@
LIBWBCLIENT=@LIBWBCLIENT_STATIC@ @LIBWBCLIENT_SHARED@
LIBNETAPI_STATIC_TARGET=@LIBNETAPI_STATIC_TARGET@
LIBNETAPI=$(LIBNETAPI_STATIC_TARGET) @LIBNETAPI_SHARED@
More information about the samba-technical
mailing list