]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Makefile.am
(eog_hig_dialog_new): add terminating NULL in g_object_set.
[evince.git] / pdf / xpdf / Makefile.am
index 5c2356d6cf0f1e94a3685a58b6954290a94a73a4..e4d059c9c748d8bd1e94a1e2f8b3e19c9f7e20f5 100644 (file)
@@ -3,10 +3,12 @@ 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)                           \
        $(WARN_CFLAGS)                                          \
        $(libpaper_CFLAGS)
 
@@ -123,6 +125,8 @@ libgpdf_a_SOURCES =                 \
        GnomeVFSStream.h                \
        GPOutputDev.cc                  \
        GPOutputDev.h                   \
+       eog-hig-dialog.c                \
+       eog-hig-dialog.h                \
        gpdf-control.cc                 \
        gpdf-control.h                  \
        gpdf-g-switch.h                 \
@@ -147,6 +151,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 +172,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 =                 \