[ogs-changes] dist/c++/ogs/magic Makefile.am,1.7,1.8
Status: Alpha
Brought to you by:
elemings
|
From: <ele...@us...> - 2003-04-18 03:24:45
|
Update of /cvsroot/ogs/dist/c++/ogs/magic In directory sc8-pr-cvs1:/tmp/cvs-serv28518 Modified Files: Makefile.am Log Message: Added Types.h to pkginclude_HEADERS. Index: Makefile.am =================================================================== RCS file: /cvsroot/ogs/dist/c++/ogs/magic/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 15 Apr 2003 16:58:46 -0000 1.7 --- Makefile.am 18 Apr 2003 03:24:42 -0000 1.8 *************** *** 41,45 **** Spell.h \ SpellList.h \ ! Subschool.h INCLUDES = \ --- 41,46 ---- Spell.h \ SpellList.h \ ! Subschool.h \ ! Types.h INCLUDES = \ |