diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-05 21:05:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-09 19:19:27 +0800 |
commit | 77bcbd772a429038dcd2633a04d69ac515e3bc30 (patch) | |
tree | ab4a7024dfd41cb9f8b5704f926e9f82905d8463 /addressbook/tools/Makefile.am | |
parent | b0e26e9c5f13c710c7677959cc457158206befe1 (diff) | |
download | gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.gz gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.bz2 gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.lz gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.xz gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.tar.zst gsoc2013-evolution-77bcbd772a429038dcd2633a04d69ac515e3bc30.zip |
Avoid the console popping while evolution running on windows
Diffstat (limited to 'addressbook/tools/Makefile.am')
-rw-r--r-- | addressbook/tools/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am index bc0cfb808d..ea1dc3867b 100644 --- a/addressbook/tools/Makefile.am +++ b/addressbook/tools/Makefile.am @@ -27,6 +27,10 @@ evolution_addressbook_export_SOURCES = \ evolution_addressbook_export_LDADD = \ $(EVOLUTION_ADDRESSBOOK_LIBS) +if OS_WIN32 +evolution_addressbook_export_LDFLAGS = -mwindows +endif + EXTRA_DIST = $(privlibexec_SCRIPTS) \ evolution-addressbook-clean.in |