From 3f255a9942bbf178d9ea25d34d1df2977ee6a4d7 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 28 Aug 2006 16:47:20 +0000 Subject: [PATCH] Explain libtool that we __declspec(dllexport) all our public symbols so that it accepts generating a DLL. In fact, we didn't export any, but nowadays, we just need to export our data (not our functions) and I don't think we have any public data git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2767 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 08611ed371..3e1c24b6da 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AC_LANG([C]) AM_INIT_AUTOMAKE(gnu) AC_CONFIG_MACRO_DIR(acmacro) ACLOCAL="$ACLOCAL -I acmacro" +AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL ############### -- 2.20.1