X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FMakefile.am;h=69c42b680d2ca8fa332c5dc30ea8fbf944f26b07;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=5c2356d6cf0f1e94a3685a58b6954290a94a73a4;hpb=b14e1f7d0f1ef046ab08bc114cec7dac6c89bd2c;p=evince.git diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 5c2356d6..69c42b68 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -3,10 +3,13 @@ SUBDIRS = . tests INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/goo \ + -I$(top_srcdir)/lib/ggv-sidebar \ -DDATADIR=\""$(datadir)"\" \ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_PRINT_PRIVATE_CFLAGS) \ + $(GPDF_DEPRECATED_CFLAGS) \ $(WARN_CFLAGS) \ $(libpaper_CFLAGS) @@ -123,6 +126,10 @@ libgpdf_a_SOURCES = \ GnomeVFSStream.h \ GPOutputDev.cc \ GPOutputDev.h \ + PSOutputDev.cc \ + PSOutputDev.h \ + eog-hig-dialog.c \ + eog-hig-dialog.h \ gpdf-control.cc \ gpdf-control.h \ gpdf-g-switch.h \ @@ -147,6 +154,8 @@ libgpdf_a_SOURCES = \ pdf-info-dict-util.h \ pdf-properties-display.c \ pdf-properties-display.h \ + gpdf-font-face.c \ + gpdf-font-face.h \ $(marshal_sources) gnome_pdf_viewer_SOURCES = \ @@ -166,11 +175,12 @@ gnome_pdf_viewer_SOURCES = \ # gpdf-embeddable-view.cc \ # gpdf-embeddable-view.h -gnome_pdf_viewer_LDADD = \ - libxpdf.a \ - libgpdf.a \ - $(top_builddir)/goo/libGoo.a \ - $(EXTRA_GNOME_LIBS) \ +gnome_pdf_viewer_LDADD = \ + libxpdf.a \ + libgpdf.a \ + $(top_builddir)/goo/libGoo.a \ + $(top_builddir)/lib/ggv-sidebar/libggv-sidebar.a \ + $(EXTRA_GNOME_LIBS) \ $(libpaper_LIBS) xpdf_SOURCES = \ @@ -265,7 +275,8 @@ stockdir = $(datadir)/pixmaps/gpdf stock_DATA = fitwidth.png gladedir = $(datadir)/gpdf/glade -glade_DATA = \ +glade_DATA = \ + gpdf-print-progress-dialog.glade \ gpdf-properties-dialog.glade server_in_files = GNOME_PDF.server.in.in