Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21672/src

Modified Files:
        Makefile.am 
Log Message:
fixed up lib version numbers and changed headers to go into a versioned include 
directory

Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/Makefile.am,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** Makefile.am 20 Sep 2006 01:45:08 -0000      1.143
--- Makefile.am 13 Dec 2007 21:07:05 -0000      1.144
***************
*** 6,10 ****
  
  # install the header file for the Stage library
! include_HEADERS = stage.h 
  
  # system-wide compile flags - target-specific flags are added to each target 
below
--- 6,11 ----
  
  # install the header file for the Stage library
! versionedincludedir = $(includedir)/stage-2.1
! versionedinclude_HEADERS = stage.h 
  
  # system-wide compile flags - target-specific flags are added to each target 
below
***************
*** 66,70 ****
  # model_power.c
  
! libstage_la_LDFLAGS = -version-info 2:0:0 -rpath $(libdir)
  libstage_la_LIBADD = @GTK_LIBS@
  
--- 67,71 ----
  # model_power.c
  
! libstage_la_LDFLAGS = -version-info 2:1:0 -rpath $(libdir)
  libstage_la_LIBADD = @GTK_LIBS@
  
***************
*** 104,108 ****
  
  libstageplugin_la_CPPFLAGS = $(AM_CPPFLAGS) @PLAYER_CFLAGS@  
! libstageplugin_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir)
  libstageplugin_la_LIBADD = libstage.la @PLAYER_LIBS@
  
--- 105,109 ----
  
  libstageplugin_la_CPPFLAGS = $(AM_CPPFLAGS) @PLAYER_CFLAGS@  
! libstageplugin_la_LDFLAGS = -version-info 1:1:0 -rpath $(libdir)
  libstageplugin_la_LIBADD = libstage.la @PLAYER_LIBS@
  


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to