]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
Split the properties pages in two different objects, depend only on the
[evince.git] / shell / Makefile.am
index 71faed511f7088bfd1f492159323e49a23dec1e1..e4010a93d776b7dc68172192b7d25ad2f860175f 100644 (file)
@@ -10,6 +10,7 @@ INCLUDES=                                             \
        -I$(top_srcdir)/backend                         \
        -I$(top_srcdir)/pdf                             \
        -I$(top_srcdir)/pixbuf                          \
+       -I$(top_srcdir)/properties                      \
        -I$(top_srcdir)/tiff                            \
        -I$(top_srcdir)/ps                              \
        -I$(top_srcdir)/djvu                            \
@@ -82,8 +83,10 @@ evince_SOURCES=                              \
        ev-pixbuf-cache.h               \
        ev-print-job.c                  \
        ev-print-job.h                  \
-       ev-properties.c                 \
-       ev-properties.h                 \
+       ev-properties-dialog.c          \
+       ev-properties-dialog.h          \
+       ev-properties-fonts.c           \
+       ev-properties-fonts.h           \
        ev-utils.c                      \
        ev-utils.h                      \
        ev-view.c                       \
@@ -117,6 +120,7 @@ evince_LDADD=                                                               \
        $(top_builddir)/cut-n-paste/zoom-control/libephymisc.la         \
        $(top_builddir)/cut-n-paste/zoom-control/libephywidgets.la      \
        $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la  \
+       $(top_builddir)/properties/libevproperties.la                   \
        $(top_builddir)/lib/libev.la                                    \
        -ltiff -lz                                                      \
        libevbackendfactory.la                                          \