Update of /cvsroot/openvrml/openvrml/lib/gtkglext/m4macros
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6480/lib/gtkglext/m4macros
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/m4macros/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:11 -0000 1.1.1.1
--- Makefile.am 1 Oct 2006 05:46:56 -0000 1.2
***************
*** 11,17 ****
m4datadir = $(datadir)/aclocal
! m4data_DATA = gtkglext-$(API_VER).m4
!
! $(m4data_DATA): $(top_builddir)/config.status
DISTCLEANFILES = gtkglext-$(API_VER).m4
--- 11,15 ----
m4datadir = $(datadir)/aclocal
! noinst_DATA = gtkglext-$(API_VER).m4
DISTCLEANFILES = gtkglext-$(API_VER).m4
|