[PD-cvs] externals/bbogart/entry makefile,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Aug 23 14:23:34 CEST 2005


Update of /cvsroot/pure-data/externals/bbogart/entry
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15094

Modified Files:
	makefile 
Log Message:
added ../../../pd/src to the includes (so you can compile out of the CVS-tree)


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/bbogart/entry/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile	20 Mar 2004 23:52:47 -0000	1.1
--- makefile	23 Aug 2005 12:23:32 -0000	1.2
***************
*** 56,60 ****
      -Wno-unused -Wno-parentheses -Wno-switch
  
! LINUXINCLUDE =  -I../../src
  
  .c.pd_linux:
--- 56,60 ----
      -Wno-unused -Wno-parentheses -Wno-switch
  
! LINUXINCLUDE =  -I../../src -I../../../pd/src
  
  .c.pd_linux:





More information about the Pd-cvs mailing list