--- lbxutil-orig/src/Makefile.am Mon Mar 20 11:46:29 2006 +++ lbxutil/src/Makefile.am Sat Apr 22 17:53:30 2006 @@ -32,6 +32,10 @@ -rm -f g3states.h ./mkg3states -c > g3states.h_ && mv g3states.h_ g3states.h -liblbxutil_la_LDFLAGS = -version-number 1:0:0 -no-undefined +if CYGWIN +no_undefined = -no-undefined +endif + +liblbxutil_la_LDFLAGS = -version-number 1:0:0 $(no_undefined) CLEANFILES = g3states.h