X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2FMakefile.am;h=acca9b9d28fa2e14a12beeb410fb3755d2e72883;hb=d923f0e51fcd351e092933a98aea04ce44540368;hp=0262c37b31e566b4a1857096dadf3fe908675922;hpb=796028ef614e6cfbdfba67927fe9696efaac1269;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index 0262c37b..acca9b9d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -87,6 +87,12 @@ evince_SOURCES= \ ev-sidebar-thumbnails.h \ main.c +evince_LDFLAGS = $(AM_LDFLAGS) + +if PLATFORM_WIN32 +evince_LDFLAGS += -mwindows +endif + evince_LDADD= \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ @@ -121,10 +127,5 @@ ev-marshal.c: $(srcdir)/ev-marshal.list DISTCLEANFILES= \ ev-application-service.h -if DBUS_TOOL_NO_PREFIX -ev-application-service.h: $(srcdir)/ev-application-service.xml - $(QUIET_GEN)dbus-binding-tool --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml -else ev-application-service.h: $(srcdir)/ev-application-service.xml $(QUIET_GEN)dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml -endif