updated Makefile

git-svn-id: svn://anubis/gvsu@264 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-25 19:34:09 +00:00
parent 4527fe81d5
commit c96f382b3d

View File

@ -1,6 +1,8 @@
RESTLET_DIR := $(HOME)/restlet/lib
RESTLET_JARS := $(subst " ",":",$(shell find $(RESTLET_DIR) -iname '*.jar'))
nullstring :=
space := $(nullstring) #
RESTLET_JARS := $(subst $(space),:,$(shell find $(RESTLET_DIR) -iname '*.jar'))
export CLASSPATH += $(RESTLET_JARS)
all: