Hi Oren,
Heres a patch that makes sure the xml spec files get installed.
Cheers,
Alex.
Index: spec/Makefile.am
===================================================================
RCS file: /cvsroot/quickfix/quickfix/spec/Makefile.am,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 Makefile.am
--- spec/Makefile.am 16 Oct 2002 04:15:07 -0000 1.1.1.1
+++ spec/Makefile.am 1 May 2003 10:38:51 -0000
@@ -1 +1,8 @@
+
+data_DATA = \
+ FIX40.xml \
+ FIX41.xml \
+ FIX42.xml \
+ FIX43.xml
+
EXTRA_DIST = *.xml *.xsl *.html *.l *.c
|