[PD-cvs] externals Makefile,1.35,1.36

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Mon Jan 23 19:29:41 CET 2006


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

Modified Files:
	Makefile 
Log Message:
fixed spelling of my name


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Makefile	23 Jan 2006 17:26:21 -0000	1.35
--- Makefile	23 Jan 2006 18:29:39 -0000	1.36
***************
*** 1058,1061 ****
--- 1058,1062 ----
  ZEXY_VERSION := $(shell grep VERSION $(externals_src)/zexy/src/zexy.h | \
  	grep -v _VERSION | cut -d ' ' -f 3 | cut -d '"' -f 2)
+ 
  zexy: $(ZEXY_OBJECTS:.c=.$(EXTENSION))
  
***************
*** 1063,1067 ****
  	install -d $(objectsdir)/$(ZEXY_NAME)
  	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(ZEXY_NAME) \
! 		--author "iohannes m zmoelnig <zmoelnig at iem.kug.ac.at>" \
  		--license "GNU GPL" \
  		--description "GUI and streaming objects" \
--- 1064,1068 ----
  	install -d $(objectsdir)/$(ZEXY_NAME)
  	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(ZEXY_NAME) \
! 		--author "IOhannes m zmoelnig <zmoelnig at iem.kug.ac.at>" \
  		--license "GNU GPL" \
  		--description "GUI and streaming objects" \





More information about the Pd-cvs mailing list