# HG changeset patch # User Carl Byington # Date 1234196621 28800 # Node ID fc6c54c453e594d1adb2516ba8adf2b05fb29043 # Parent 1b3922080ca888f6adc2fd1461e4ee8b39be7165 patch from Fridrich Strba for dll build on mingw and cygwin diff -r 1b3922080ca8 -r fc6c54c453e5 src/Makefile.am --- a/src/Makefile.am Sun Feb 08 20:20:34 2009 -0800 +++ b/src/Makefile.am Mon Feb 09 08:23:41 2009 -0800 @@ -1,9 +1,9 @@ if PLATFORM_WIN32 ICONVLIB = -liconv - NO_UNDEFINED = -no-undefined + NO_UNDEFINED = -no-undefined else ICONVLIB = - NO_UNDEFINED = + NO_UNDEFINED = endif if STATIC_TOOLS @@ -16,21 +16,21 @@ define.h \ libpst.h \ libstrfunc.h \ - lzfu.h \ + lzfu.h \ timeconv.h \ vbuf.h common_source = debug.c \ libpst.c \ libstrfunc.c \ - lzfu.c \ + lzfu.c \ timeconv.c \ vbuf.c if NEED_XGETOPT common_source += XGetopt.c - common_header += XGetopt.h + common_header += XGetopt.h endif noinst_PROGRAMS = deltasearch dumpblocks getidblock