Hi,
I've attached a patch to schroedinger/Makefile.am to ensure that out of
source build works.
Regards,
Anu
diff --git a/schroedinger/Makefile.am b/schroedinger/Makefile.am
index 2e7b481..0c99fb5 100644
--- a/schroedinger/Makefile.am
+++ b/schroedinger/Makefile.am
@@ -164,9 +164,9 @@ libschroeding...@schro_majorminor@_la_LDFLAGS = \
-export-symbols-regex '^(schro|orc)_'
schroorc.c: schro.orc
- orcc --implementation -o schroorc.c schro.orc
+ orcc --implementation -o schroorc.c $(srcdir)/schro.orc
schroorc.h: schro.orc
- orcc --header -o schroorc.h schro.orc
+ orcc --header -o schroorc.h $(srcdir)/schro.orc
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Schrodinger-devel mailing list
Schrodinger-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel