Install plugins.tcl file.
+2002-08-14 Keith Seitz <keiths@redhat.com>
+
+ * Makefile.in (install-gdbtk): Create insight plugin directory.
+ Install plugins.tcl file.
+
2002-08-14 Keith Seitz <keiths@redhat.com>
* configure.in: Move SUBDIRS to near top of the file so that
install-gdbtk:
$(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY) ; \
+ $(SHELL) $(srcdir)/../mkinstalldirs $(libdir)/insight$(GDBTK_VERSION) ; \
+ $(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl $(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \
$(SHELL) $(srcdir)/../mkinstalldirs \
$(GDBTK_LIBRARY)/images \
$(GDBTK_LIBRARY)/images2 ; \