diff options
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/components/chat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/chat/Makefile.am b/sca-cpp/trunk/components/chat/Makefile.am index 9ab64c388c..00fdcfea74 100644 --- a/sca-cpp/trunk/components/chat/Makefile.am +++ b/sca-cpp/trunk/components/chat/Makefile.am @@ -42,7 +42,7 @@ noinst_PROGRAMS = xmpp-test client-test if WANT_VYSPER -AM_JAVACFLAGS = -cp `${top_builddir}/components/chat/vysper-classpath`${JAVAROOT} +AM_JAVACFLAGS = -cp `${top_builddir}/components/chat/vysper-classpath ${VYSPER_PREFIX}`${JAVAROOT} noinst_JAVA = test/*.java |