summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2009-11-04 10:58:20 +0000
committerJuergen Schmidt <jsc@openoffice.org>2009-11-04 10:58:20 +0000
commitb908fbd5bdf282f5da59fee37a5fa0c2d7769d4a (patch)
treef15f75af3c3d7915649bcec2a739692f89fd6c97 /odk
parentec7728fa762da24be0850ecbed71c0ae265086c1 (diff)
#i160985# use macro for inner classes
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Accessibility/Makefile b/odk/examples/DevelopersGuide/Accessibility/Makefile
index 95896721d87b..308a25418486 100644
--- a/odk/examples/DevelopersGuide/Accessibility/Makefile
+++ b/odk/examples/DevelopersGuide/Accessibility/Makefile
@@ -68,7 +68,11 @@ JAVAFILES = \
TextualDisplay.java
APP1_CLASSFILES = $(patsubst %.java,$(OUT_APP_CLASS)/%.class,$(JAVAFILES))
-APP1_CLASSNAMES = $(patsubst %.java,%.class,$(JAVAFILES))
+APP1_CLASSNAMES = $(patsubst %.java,%.class,$(JAVAFILES)) \
+ EventListenerProxy$(ICL)1.class \
+ EventListenerProxy$(ICL)2.class \
+ EventListenerProxy$(ICL)3.class \
+ EventListenerProxy$(ICL)4.class
SDK_CLASSPATH = $(subst $(EMPTYSTRING) $(PATH_SEPARATOR),$(PATH_SEPARATOR),$(CLASSPATH)\
$(PATH_SEPARATOR)$(OUT_APP_CLASS))