[Plib-cvs] plib plibconfig.h.in,NONE,1.1 Makefile.am,1.6,1.7
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-31 20:43:47
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv25089 Modified Files: Makefile.am Added Files: plibconfig.h.in Log Message: Introduced plibconfig.h --- NEW FILE: plibconfig.h.in --- /* If defined, PUI does not use GLUT (highly experimental) */ #undef PU_NOT_USING_GLUT /* If defined, PUI uses the freeglut library */ #undef PU_USING_FREEGLUT /* If defined, PUI uses the GLUT library */ #undef PU_USING_GLUT /* Define if build system is a Windows box */ #undef WIN32 /* socklen_t definition (if not defined by OS) */ #undef socklen_t Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 31 Aug 2002 16:59:39 -0000 1.6 +++ Makefile.am 31 Aug 2002 20:43:43 -0000 1.7 @@ -1,3 +1,5 @@ +include_HEADERS = plibconfig.h + SUBDIRS = src EXTRA_DIST = KNOWN_BUGS NOTICE README README.win32 \ |