From 4d3649a5c59f18447a0550c85d83b2976d9fdf6c Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 3 Aug 2000 00:53:54 +0000 Subject: [PATCH] kill ghastly hack adding -lbonobo. (bonobo_application_x_pdf_LDADD): add 2000-08-02 Michael Meeks * Makefile.am (gpdf_LDADD): kill ghastly hack adding -lbonobo. (bonobo_application_x_pdf_LDADD): add EXTRA_GNOME_LIBS 2000-07-25 Michael Meeks * bonobo-application-x-pdf.cc (embeddable_factory): s/gtk/bonobo/ on unref. Junk 2 stop tabs throught, Derek can have my kittens. (view_create_menus): create the pdf toolbar before using it. (button_press_event_cb): return a value. --- pdf/xpdf/ChangeLog | 12 ++++++++++++ pdf/xpdf/Makefile.am | 3 +-- pdf/xpdf/gpdf.cc | 1 - 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog index fb34399f..306ef79d 100644 --- a/pdf/xpdf/ChangeLog +++ b/pdf/xpdf/ChangeLog @@ -1,3 +1,15 @@ +2000-08-02 Michael Meeks + + * Makefile.am (gpdf_LDADD): kill ghastly hack adding -lbonobo. + (bonobo_application_x_pdf_LDADD): add EXTRA_GNOME_LIBS + +2000-07-25 Michael Meeks + + * bonobo-application-x-pdf.cc (embeddable_factory): s/gtk/bonobo/ + on unref. Junk 2 stop tabs throught, Derek can have my kittens. + (view_create_menus): create the pdf toolbar before using it. + (button_press_event_cb): return a value. + 2000-07-04 Michael Meeks * GOutputDev.cc (drawImage): kill double free. diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 3b2b9ae0..3d42d01a 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -76,7 +76,6 @@ gpdf_SOURCES = \ gpdf_LDADD = \ $(GTK_LIBS) \ $(GNOME_LIBDIR) \ - -lbonobo \ $(OBJECT_DIRECTORY_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(INTLLIBS) @@ -96,8 +95,8 @@ bonobo_application_x_pdf_LDADD = \ ../goo/libgoo.a \ $(GTK_LIBS) \ $(GNOME_LIBDIR) \ - -lbonobo \ $(OBJECT_DIRECTORY_LIBS) \ + $(EXTRA_GNOME_LIBS) \ $(EXTRA_GLIB_LIBS) \ $(INTLLIBS) diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc index a06d6047..e9a6f841 100644 --- a/pdf/xpdf/gpdf.cc +++ b/pdf/xpdf/gpdf.cc @@ -3,7 +3,6 @@ * * Author: * Michael Meeks - * */ #include #include -- 2.43.0