From: Braden M. <br...@us...> - 2006-10-05 03:25:50
|
Update of /cvsroot/openvrml/openvrml/lib In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22929/lib Modified Files: Tag: OpenVRML-0_16-BRANCH Makefile.am Log Message: Only recurse into lib/gtkglext if building openvrml-gtkplug. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/lib/Makefile.am,v retrieving revision 1.4.4.1 retrieving revision 1.4.4.2 diff -C2 -d -r1.4.4.1 -r1.4.4.2 *** Makefile.am 1 Oct 2006 05:48:15 -0000 1.4.4.1 --- Makefile.am 5 Oct 2006 03:25:45 -0000 1.4.4.2 *************** *** 1 **** ! SUBDIRS = antlr gtkglext --- 1,2 ---- ! SUBDIRS = antlr @gtkglext_subdir@ ! DIST_SUBDIRS = antlr gtkglext |