Update of /cvsroot/objecthandler/ObjectHandler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27209
Modified Files:
Makefile.am configure.ac
Log Message:
updates for linux/autoconf/gcc4.1.0
Index: configure.ac
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure.ac 19 May 2006 15:12:41 -0000 1.1
--- configure.ac 26 Jul 2006 09:36:13 -0000 1.2
***************
*** 52,55 ****
--- 52,63 ----
# done, output the configured files
AC_CONFIG_FILES([
+ Docs/Makefile
+ Examples/C++/Makefile
+ Examples/xl/Makefile
+ gensrc/config/Makefile
+ gensrc/Makefile
+ gensrc/metadata/Makefile
+ gensrc/scripts/Makefile
+ gensrc/stubs/Makefile
Makefile
oh/Makefile
***************
*** 57,64 ****
ohxl/ohxllib/Makefile
ohxl/ohxll/Makefile
! xlsdk/Makefile
! Examples/C++/Makefile
! Examples/xl/Makefile
! Docs/Makefile])
AC_OUTPUT
--- 65,70 ----
ohxl/ohxllib/Makefile
ohxl/ohxll/Makefile
! xlsdk/Makefile ])
AC_OUTPUT
+
Index: Makefile.am
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 19 May 2006 15:12:41 -0000 1.1
--- Makefile.am 26 Jul 2006 09:36:13 -0000 1.2
***************
*** 1,4 ****
--- 1,5 ----
SUBDIRS = \
+ gensrc \
oh \
ohxl \
***************
*** 17,21 ****
LICENSE.TXT \
NEWS.txt \
- ObjectHandler.dsw \
ObjectHandler.nsi \
ObjectHandler.sln \
--- 18,21 ----
|