mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
fix client linking
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c055741c51
commit
f88d076a77
@ -21,7 +21,7 @@ lyxclient_LDADD = \
|
||||
$(top_builddir)/src/frontends/controllers/liblyxcontrollers.la \
|
||||
$(top_builddir)/src/frontends/qt4/liblyxqt4.la \
|
||||
$(top_builddir)/src/support/liblyxsupport.la \
|
||||
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS)
|
||||
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) $(QT4_LIB) $(AIKSAURUS_LIBS)
|
||||
|
||||
lyxclient_SOURCES = \
|
||||
boost.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user