Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2009-06-09 09:20:17 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-06-15 08:50:51 (GMT)
commit1603ac6503ecf60fcfb73baa9a2151b49bbab4b1 (patch)
tree856900544116531dd761dd51812be5209a1e114d /shell/Makefile.am
parentb627470cf06994f1f376206bc597af63762d75f4 (diff)
[windows/build] Add -mwindows flag for true Windows apps
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 0594ac9..2b3b621 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -87,6 +87,10 @@ evince_SOURCES= \
ev-sidebar-thumbnails.h \
main.c
+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 \