Update of /cvsroot/playerstage/code/player/server/libplayerdrivers
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv762/server/libplayerdrivers

Modified Files:
      Tag: release-2-0-patches
        Makefile.am 
Log Message:
merged various changes from HEAD

Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/libplayerdrivers/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -d -r1.11 -r1.11.2.1
*** Makefile.am 7 Mar 2006 12:01:56 -0000       1.11
--- Makefile.am 22 Sep 2006 20:46:43 -0000      1.11.2.1
***************
*** 16,20 ****
--- 16,28 ----
  libplayerdrivers_la_SOURCES = driverregistry.cc driverregistry.h
  libplayerdrivers_la_LIBADD = @PLAYER_DRIVER_EXTRA_LIBS@
+ 
+ # This is ugly, but it works.  
+ # We link with *.lo in server/drivers, which
+ # are the libtool objects built from each driver.  We depend on *.c* and
+ # *.h in the same directory, which are the sources for the drivers.  This
+ # means that we depend on source for some drivers that we don't build, but
+ # that doesn't matter.
  libplayerdrivers_la_LDFLAGS = `find $(top_builddir)/server/drivers -name 
"*.lo"` $(PLAYER_VERSION_INFO) -rpath $(libdir)
+ libplayerdrivers_la_DEPENDENCIES = $(shell find 
$(top_builddir)/server/drivers -name "*.c*") $(shell find 
$(top_builddir)/server/drivers -name "*.h*")
  
  if INCLUDE_JPEG


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to