Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/glext
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6480/lib/gtkglext/gdk/glext
Modified Files:
Makefile.am
Added Files:
.cvsignore
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.
--- NEW FILE: .cvsignore ---
Makefile.in
Index: Makefile.am
===================================================================
RCS file: /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/glext/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.am 27 Sep 2006 00:16:08 -0000 1.1.1.1
--- Makefile.am 1 Oct 2006 05:46:55 -0000 1.2
***************
*** 22,25 ****
gdkglextglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/glext
! gdkglextglextinclude_HEADERS = $(gdkglext_glext_public_h_sources)
--- 22,25 ----
gdkglextglextincludedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/glext
! noinst_HEADERS = $(gdkglext_glext_public_h_sources)
|