[Bf-committers] CVS commit: blender Makefile.am configure.ac blender/source Makefile.am blender/source/gameengine Makefile.am blender/source/gameengine/GamePlayer Makefile.am blender/source/gameengine/Physics Makefile.am

Gilles J. Seguin bf-committers@blender.org
Fri, 13 Dec 2002 13:45:51 -0500


Kent Mein wrote:
> 
> In reply to Carsten Wartmann (c.wartmann@gmx.net):
> 
> > Makefile.am: `browserplugin.la' is not a standard libtool library name
> 
> Yep thats new and unfinished.

And undocumented.
please add necessary in the Makefile.am 
- why this new library doing partial linking is necessary
  for resolving what kind of problem
- Adding to chanlog will be nice

> It doesn't break anything though.

But you put other peoples on an inquisition mode.
result:
explain for each of them
why those libraries are needed in libdir directory
at install time, I do not need them

$ find -name Makefile.am | xargs grep lib_LT
./Makefile.am:lib_LTLIBRARIES = browserplugin.la
./intern/Makefile.am:lib_LTLIBRARIES = libblender_intern.la
./source/Makefile.am:lib_LTLIBRARIES = libblender_source.la $(playerlib)
$(pluginlib)
./source/gameengine/GamePlayer/Makefile.am:lib_LTLIBRARIES = $(BUILDTYPE)
$(PLUGINLIB) libgameblender_player.la

If no statisfactory answer/explications/rational
change to noinst_LTLIBRARIES

The boss want this thing for christmass
keep the changes comming.
and have fun

> I have no idea why its giving that warning though pretty wacky...