Fix for mingw/cygwin

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2008-11-16 19:18:40 +00:00
parent df4814e026
commit d2bd215690
4 changed files with 5 additions and 4 deletions

View File

@ -20,7 +20,8 @@ EXTRA_DIST = Section.h \
paper.h \
pch.h
OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOCKET_LIBS)
OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) $(AIKSAURUS_LIBS) \
@LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI)
noinst_LIBRARIES = liblyxcore.a
bin_PROGRAMS = lyx

View File

@ -16,7 +16,7 @@ lyxclient.1:
lyxclient_LDADD = \
$(top_builddir)/src/support/liblyxsupport.a \
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) \
$(QT4_LIB) $(QT4_LDFLAGS)
$(QT4_LIB) $(QT4_LDFLAGS) $(LIBSHLWAPI)
# everything below the line containing the single backslashs
# an ugly hack and needed because of the

View File

@ -7,7 +7,7 @@ EXTRA_DIST = pch.h \
noinst_LIBRARIES = liblyxsupport.a
liblyxsupport_a_LIBADD = $(LIBSHLWAPI) $(BOOST_SIGNALS)
liblyxsupport_a_LIBADD = $(BOOST_SIGNALS)
BUILT_SOURCES = $(PCH_FILE)

View File

@ -67,4 +67,4 @@ tex2lyx_LDADD = \
$(top_builddir)/src/support/liblyxsupport.a \
$(LIBICONV) $(BOOST_LIBS) \
$(QT4_LIB) $(QT4_LDFLAGS) \
@LIBS@
@LIBS@ $(LIBSHLWAPI)