From 117ea29784bd1be3aedf6ca002c36be43983feb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 5 Oct 2011 12:21:21 +0000 Subject: try linking with '-l:pd.dll' this allows to link against Pd-vanilla using MinGW svn path=/trunk/externals/zexy/; revision=15514 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 13c8e77..42613de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,8 @@ if WINDOWS AM_LDFLAGS+= -no-undefined endif +AM_LDFLAGS+= @EXTRA_LTFLAGS@ + # RTE AM_CFLAGS += AM_LDFLAGS+= -- cgit v1.2.1