[Quickfix-developers] PATCH - install quickfix.jar
Brought to you by:
orenmnero
From: Alex H. <al...@an...> - 2003-05-01 10:47:40
|
Hi Oren, Here's a patch to make sure quickfix.jar gets installed on linux/unix. Cheers, Alex. Index: src/java/Makefile.am =================================================================== RCS file: /cvsroot/quickfix/quickfix/src/java/Makefile.am,v retrieving revision 1.10 diff -u -r1.10 Makefile.am --- src/java/Makefile.am 10 Apr 2003 06:53:23 -0000 1.10 +++ src/java/Makefile.am 1 May 2003 10:46:39 -0000 @@ -3,6 +3,9 @@ lib_LTLIBRARIES = libquickfix_jni.la +jardir = $(libdir) +jar_DATA = ../../lib/quickfix.jar + libquickfix_jni_la_SOURCES = \ JVM.h \ JVM.cpp \ |