This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

suggestion: also install defs and build script


greetings guile-gtk folks,

please find below a simple diff to Makefile.am that adds installation of
gdk-VERSION.defs, gtk-VERSION.defs, and build-guile-gtk.  this is useful
for other tools (such as the glade2scm translator i'm writing).  see
also next mail.

thi


_______________________________________________
diff -c Makefile.am~ Makefile.am
*** Makefile.am~	Sat Feb 26 08:58:06 2000
--- Makefile.am	Sat Oct 21 22:42:35 2000
***************
*** 75,80 ****
--- 75,83 ----
  	$(mkinstalldirs) $(vgtkmoduledir) $(gtkmoduledir)
  	$(INSTALL_DATA) $(vscmsrcdir)/gtk.scm $(vgtkmoduledir)/gtk.scm
  	$(INSTALL_DATA) $(vscmsrcdir)/gdk.scm $(vgtkmoduledir)/gdk.scm
+ 	$(INSTALL_DATA) $(srcdir)/gtk-$(GTK_VERSION).defs $(vgtkmoduledir)
+ 	$(INSTALL_DATA) $(srcdir)/gdk-$(GTK_VERSION).defs $(vgtkmoduledir)
+ 	$(INSTALL_DATA) $(srcdir)/build-guile-gtk $(vgtkmoduledir)
  	$(INSTALL_DATA) $(srcdir)/gtk/gtk.scm  $(gtkmoduledir)/gtk.scm
  	$(INSTALL_DATA) $(srcdir)/gtk/gdk.scm  $(gtkmoduledir)/gdk.scm
  	$(INSTALL_DATA) $(srcdir)/gtk/dynlink.scm  $(gtkmoduledir)/dynlink.scm

Diff finished at Sun Oct 22 02:06:28

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]