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=16f30340428adc118b4c479ce1d7f3fcb67bc173;hb=761de5f5ba44cc94c98adf2b68809ea453d6bdfa;hp=2eff97f442f3ec7f4b4019d488ef524805c8fedb;hpb=fbc5a66df0f65fa6f06d2d8496794512033a9ef3;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 2eff97f4..16f30340 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -62,8 +62,6 @@ evince_SOURCES= \ ev-navigation-action-widget.h \ ev-password-view.h \ ev-password-view.c \ - ev-print-operation.h \ - ev-print-operation.c \ ev-progress-message-area.h \ ev-progress-message-area.c \ ev-properties-dialog.c \ @@ -113,6 +111,13 @@ evince_LDADD= \ $(top_builddir)/libmisc/libevmisc.la \ $(SHELL_LIBS) +if PLATFORM_WIN32 +evince_LDADD += evince-icon.o + +evince-icon.o: $(srcdir)/evince-icon.rc $(top_srcdir)/data/evince.ico + $(WINDRES) $(srcdir)/evince-icon.rc -I $(top_srcdir)/data evince-icon.o +endif + BUILT_SOURCES = ev-marshal.h ev-marshal.c if ENABLE_DBUS @@ -149,6 +154,7 @@ endif EXTRA_DIST = ev-marshal.list \ ev-application-service.xml \ ev-daemon-service.xml \ + evince-icon.rc \ $(EV_MEDIA_PLAYER_KEYS_SOURCES)