Update of /cvsroot/objecthandler/ObjectHandler/ohxl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27209/ohxl
Modified Files:
Makefile.am
Log Message:
updates for linux/autoconf/gcc4.1.0
Index: Makefile.am
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/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:15 -0000 1.2
***************
*** 1,17 ****
EXTRA_DIST = \
! instancenamexl.cpp \
! instancenamexl.hpp \
! functioncall.cpp \
! functioncall.hpp \
conversions.cpp \
conversions.hpp \
! export.hpp \
! functions.cpp \
objecthandlerxl.cpp \
objecthandlerxl.hpp \
! register.cpp \
register.hpp \
- unregister.cpp \
unregister.hpp
--- 1,14 ----
EXTRA_DIST = \
! callingrange.cpp \
! callingrange.hpp \
conversions.cpp \
conversions.hpp \
! functioncall.cpp \
! functioncall.hpp \
objecthandlerxl.cpp \
objecthandlerxl.hpp \
! objhandlerxl.hpp \
register.hpp \
unregister.hpp
|