|
From: Audoux <au...@us...> - 2001-01-02 23:22:21
|
Update of /cvsroot/attal/src/common
In directory usw-pr-cvs1:/tmp/cvs-serv30573
Modified Files:
Makefile.am
Log Message:
add new files : calendar.{h,cpp}
Index: Makefile.am
===================================================================
RCS file: /cvsroot/attal/src/common/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile.am 2000/12/29 18:12:10 1.3
--- Makefile.am 2001/01/02 23:22:17 1.4
***************
*** 12,15 ****
--- 12,16 ----
attalSocket.h \
artefact.h \
+ calendar.h \
genericBuilding.h \
genericCell.h \
***************
*** 30,33 ****
--- 31,35 ----
attalSocket.cpp \
artefact.cpp \
+ calendar.cpp \
genericBuilding.cpp \
genericCell.cpp \
|