From 80aa02b1a5639aae558f22a5cf7ee5c56921c734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 23 Jan 2006 18:29:39 +0000 Subject: fixed spelling of my name svn path=/trunk/; revision=4476 --- externals/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index dabd3ddf..557a6c11 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1057,12 +1057,13 @@ ZEXY_NAME = zexy ZEXY_OBJECTS := $(wildcard $(externals_src)/zexy/src/[a-y0]*.c $(externals_src)/zexy/src/z~.c) 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)) zexy_install: zexy install -d $(objectsdir)/$(ZEXY_NAME) $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(ZEXY_NAME) \ - --author "iohannes m zmoelnig " \ + --author "IOhannes m zmoelnig " \ --license "GNU GPL" \ --description "GUI and streaming objects" \ --version "$(ZEXY_VERSION)" -- cgit v1.2.1