From: Kevin Wasserman Date: Sun, 1 Mar 2015 16:08:42 +0000 (-0500) Subject: Install libmoonshot import lib on windows X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=commitdiff_plain;h=0a11853546d79257a247d4d77d2cdcc0672439fe Install libmoonshot import lib on windows --- diff --git a/Makefile.am b/Makefile.am index 21382e8..e26efd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,7 +84,9 @@ src_moonshot_webp_CFLAGS = -mconsole AM_CPPFLAGS += -DOS_WIN32 AM_VALAFLAGS += --define=OS_WIN32 -noinst_DATA = libmoonshot/libmoonshot.lib +# this is a gross hack to install the libmoonshot import lib in ${libdir} +libmoonshotlibdir=${libdir} +libmoonshotlib_DATA = libmoonshot/libmoonshot.lib # Build the MSVC lib. The sed hack fixes execution in the case that # the MSVC toolchain isn't in the PATH.