Update of /cvsroot/objecthandler/ObjectHandler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15940
Modified Files:
Makefile.am configure.ac
Log Message:
linux catching up
Index: configure.ac
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** configure.ac 28 Aug 2006 10:02:09 -0000 1.4
--- configure.ac 3 Oct 2006 18:29:32 -0000 1.5
***************
*** 59,64 ****
oh/Makefile
ohxl/Makefile
- ohxl/ohxllib/Makefile
- ohxl/ohxll/Makefile
xlsdk/Makefile ])
AC_OUTPUT
--- 59,62 ----
Index: Makefile.am
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 28 Aug 2006 10:02:08 -0000 1.3
--- Makefile.am 3 Oct 2006 18:29:32 -0000 1.4
***************
*** 4,9 ****
oh \
ohxl \
- ohxl/ohxll \
- ohxl/ohxllib \
xlsdk \
Examples/C++ \
--- 4,7 ----
|