Update of /cvsroot/openvrml/openvrml/lib/gtkglext/gdk/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6480/lib/gtkglext/gdk/win32
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/win32/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
***************
*** 48,52 ****
gdkglextwin32includedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/win32
! gdkglextwin32include_HEADERS = $(gdkglext_win32_headers)
noinst_LTLIBRARIES = libgdkglext-win32.la
--- 48,52 ----
gdkglextwin32includedir = $(includedir)/gtkglext-@GTKGLEXT_API_VERSION@/gdk/win32
! noinst_HEADERS = $(gdkglext_win32_headers)
noinst_LTLIBRARIES = libgdkglext-win32.la
|