]> git.lyx.org Git - lyx.git/commitdiff
fix client linking
authorAndré Pönitz <poenitz@gmx.net>
Sat, 11 Aug 2007 20:22:38 +0000 (20:22 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 11 Aug 2007 20:22:38 +0000 (20:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19434 a592a061-630c-0410-9148-cb99ea01b6c8

src/client/Makefile.am

index 0d660918d788a3e9eaac8739660d03dbe8b800ba..896e24bdfa8027d35b4798f2e40bcbce42c76d7d 100644 (file)
@@ -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 \