Update of /cvsroot/openvrml/openvrml/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6480/src
Modified Files:
Makefile.am
Log Message:
Build/package the GtkPlug application separately from the Mozilla plug-in. The Mozilla plug-in is just one possible client for this application.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/openvrml/openvrml/src/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.am 22 Mar 2005 03:13:12 -0000 1.6
--- Makefile.am 1 Oct 2006 05:47:07 -0000 1.7
***************
*** 1 ****
! SUBDIRS = libopenvrml libopenvrml-gl
--- 1 ----
! SUBDIRS = libopenvrml libopenvrml-gl openvrml-gtkplug
|