]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
shell: Actually use the launch context
[evince.git] / shell / Makefile.am
index 8d86efe4451ec3fdd609ec82464ea9b037fdefac..2eff97f442f3ec7f4b4019d488ef524805c8fedb 100644 (file)
@@ -17,6 +17,7 @@ INCLUDES=                                                     \
        -I$(top_srcdir)/properties                              \
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"                  \
        -DGNOMEICONDIR=\""$(datadir)/pixmaps"\"                 \
        -I$(top_srcdir)/properties                              \
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"                  \
        -DGNOMEICONDIR=\""$(datadir)/pixmaps"\"                 \
+       -DBINDIR=\""$(bindir)"\"                                \
        -DLIBEXECDIR=\""$(libexecdir)"\"                        \
        -DEVINCE_COMPILATION                                    \
        $(SHELL_CFLAGS)                                         \
        -DLIBEXECDIR=\""$(libexecdir)"\"                        \
        -DEVINCE_COMPILATION                                    \
        $(SHELL_CFLAGS)                                         \
@@ -69,6 +70,8 @@ evince_SOURCES=                               \
        ev-properties-dialog.h          \
        ev-properties-fonts.c           \
        ev-properties-fonts.h           \
        ev-properties-dialog.h          \
        ev-properties-fonts.c           \
        ev-properties-fonts.h           \
+       ev-properties-license.c         \
+       ev-properties-license.h         \
        ev-open-recent-action.c         \
        ev-open-recent-action.h         \
        ev-utils.c                      \
        ev-open-recent-action.c         \
        ev-open-recent-action.h         \
        ev-utils.c                      \
@@ -165,3 +168,5 @@ ev-application-service.h: $(srcdir)/ev-application-service.xml
 
 ev-daemon-service.h: $(srcdir)/ev-daemon-service.xml
        $(AM_V_GEN)dbus-binding-tool --prefix=ev_daemon --mode=glib-server --output=ev-daemon-service.h $(srcdir)/ev-daemon-service.xml
 
 ev-daemon-service.h: $(srcdir)/ev-daemon-service.xml
        $(AM_V_GEN)dbus-binding-tool --prefix=ev_daemon --mode=glib-server --output=ev-daemon-service.h $(srcdir)/ev-daemon-service.xml
+
+-include $(top_srcdir)/git.mk