X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FMakefile.am;h=549810ef8f2944dda1371e91e23657d8306a80ff;hb=4b00949a4ac2bb998bc636338709a3a16e30de57;hp=696281a15d92094176bda07f3563b75e35232f6e;hpb=e78daed2cf3d3968c2e128e1c720c8828f272a0b;p=evince.git diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 696281a1..549810ef 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = \ $(libpaper_CFLAGS) if WITH_GNOME -gui = gpdf +gui = else gui = xpdf endif @@ -99,18 +99,6 @@ common_sources = \ XRef.cc \ XRef.h -gpdf_CFLAGS = \ - -DBONOBO_IO - -gpdf_SOURCES = \ - gpdf.cc - -gpdf_LDADD = \ - $(GTK_LIBS) \ - $(GNOME_LIBDIR) \ - $(EXTRA_GNOME_LIBS) \ - $(INTLLIBS) - bonobo_application_x_pdf_SOURCES = \ $(common_sources) \ BonoboStream.h \ @@ -123,9 +111,13 @@ bonobo_application_x_pdf_SOURCES = \ gpdf-embeddable.h \ gpdf-embeddable-view.cc \ gpdf-embeddable-view.h \ + gpdf-persist-stream.cc \ + gpdf-persist-stream.h \ gpdf-util.h \ gtkgesture.c \ - gtkgesture.h + gtkgesture.h \ + pdf-view.cc \ + pdf-view.h bonobo_application_x_pdf_LDADD = \ ../goo/libgoo.a \