X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2FMakefile.am;h=2eff97f442f3ec7f4b4019d488ef524805c8fedb;hb=5f554d8e362a35e05840068e1b3ea935be5d3c47;hp=8d86efe4451ec3fdd609ec82464ea9b037fdefac;hpb=66e5636dcaace0d9a98845490b09721c12ce3d2b;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 8d86efe4..2eff97f4 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -17,6 +17,7 @@ INCLUDES= \ -I$(top_srcdir)/properties \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ + -DBINDIR=\""$(bindir)"\" \ -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-license.c \ + ev-properties-license.h \ 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 + +-include $(top_srcdir)/git.mk