Update of /cvsroot/playerstage/code/stage/examples/libplayerc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4866/examples/libplayerc

Modified Files:
        Makefile.am 
Log Message:
fixes in examples makefiles


Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/stage/examples/libplayerc/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 28 Jul 2006 22:12:43 -0000      1.1
--- Makefile.am 1 Aug 2006 04:51:15 -0000       1.2
***************
*** 2,17 ****
  
  # system-wide compile flags - target-specific flags are added to each target 
below
! #AM_CFLAGS =   -Wall -I. -I$(top_srcdir)/replace @GTK_CFLAGS@  -std=c99 
! #AM_CPPFLAGS = -Wall -I. -I$(top_srcdir)/replace @GTK_CFLAGS@
! AM_CFLAGS =   -Wall -g -I. 
! AM_CPPFLAGS = -Wall -g -I. 
  
  # if Player is present, build the plugin and the test program
  if HAVE_PLAYERC
!  bin_PROGRAMS = ptest
  endif
  
- ptest_DEPENDENCIES = 
  ptest_SOURCES = ptest.c
! ptest_CFLAGS = $(AM_CFLAGS) @PLAYERC_CFLAGS@ 
  ptest_LDADD = @PLAYERC_LIBS@
--- 2,14 ----
  
  # system-wide compile flags - target-specific flags are added to each target 
below
! AM_CFLAGS =   -Wall -g -I. @PLAYERC_CFLAGS@
! AM_CPPFLAGS = -Wall -g -I. @PLAYERC_CFLAGS@
  
  # if Player is present, build the plugin and the test program
  if HAVE_PLAYERC
!   bin_PROGRAMS = ptest
  endif
  
  ptest_SOURCES = ptest.c
! ptest_DEPENDENCIES =
  ptest_LDADD = @PLAYERC_LIBS@


-------------------------------------------------------------------------
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