aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-23 18:29:39 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-23 18:29:39 +0000
commit80aa02b1a5639aae558f22a5cf7ee5c56921c734 (patch)
tree34455067bb2ba930376eafce21f11b6f3751a1ba /externals/Makefile
parent8ba6e9f64f2de0fcbd81f9d140d42f5b8b564532 (diff)
fixed spelling of my name
svn path=/trunk/; revision=4476
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <zmoelnig@iem.kug.ac.at>" \
+ --author "IOhannes m zmoelnig <zmoelnig@iem.kug.ac.at>" \
--license "GNU GPL" \
--description "GUI and streaming objects" \
--version "$(ZEXY_VERSION)"