Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Makefile.am
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-08-03 00:53:54 (GMT)
committer Michael Meeks <mmeeks@src.gnome.org>2000-08-03 00:53:54 (GMT)
commit4d3649a5c59f18447a0550c85d83b2976d9fdf6c (patch)
tree413b77244c55b6b9408e4f913fede64e0c87a33d /pdf/xpdf/Makefile.am
parentf3bb68968a1103296622687415036216cf5d7fa6 (diff)
kill ghastly hack adding -lbonobo. (bonobo_application_x_pdf_LDADD): add
2000-08-02 Michael Meeks <michael@helixcode.com> * Makefile.am (gpdf_LDADD): kill ghastly hack adding -lbonobo. (bonobo_application_x_pdf_LDADD): add EXTRA_GNOME_LIBS 2000-07-25 Michael Meeks <michael@helixcode.com> * 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.
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 3b2b9ae..3d42d01 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)