[ObjectHandler-cvs] ObjectHandler/ohxl Makefile.am,1.2,1.3
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-10-04 03:42:33
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29590 Modified Files: Makefile.am Log Message: add new files Index: Makefile.am =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 26 Jul 2006 09:36:15 -0000 1.2 --- Makefile.am 3 Oct 2006 17:42:06 -0000 1.3 *************** *** 5,14 **** conversions.cpp \ conversions.hpp \ functioncall.cpp \ functioncall.hpp \ objecthandlerxl.cpp \ objecthandlerxl.hpp \ objhandlerxl.hpp \ ! register.hpp \ ! unregister.hpp --- 5,21 ---- conversions.cpp \ conversions.hpp \ + export.hpp \ functioncall.cpp \ functioncall.hpp \ + functioncount.hpp \ objecthandlerxl.cpp \ objecthandlerxl.hpp \ objhandlerxl.hpp \ ! rangereference.cpp \ ! rangereference.hpp ! ! dist-hook: ! mkdir -p $(distdir)/Functions $(distdir)/Register ! cp -p $(srcdir)/Functions/*.cpp $(distdir)/Functions ! cp -p $(srcdir)/Register/*.?pp $(distdir)/Register |