fix client linking

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19596 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-08-15 23:12:45 +00:00
parent 345c44c3eb
commit de137b3013

View File

@ -13,15 +13,8 @@ bin_PROGRAMS = lyxclient
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
lyxclient_LDADD = \ lyxclient_LDADD = \
$(top_builddir)/src/liblyxcore.la \
$(top_builddir)/src/liblyxinsets.la \
$(top_builddir)/src/liblyxmathed.la \
$(top_builddir)/src/liblyxgraphics.la \
$(top_builddir)/src/frontends/liblyxfrontends.la \
$(top_builddir)/src/frontends/controllers/liblyxcontrollers.la \
$(top_builddir)/src/frontends/qt4/liblyxqt4.la \
$(top_builddir)/src/support/liblyxsupport.la \ $(top_builddir)/src/support/liblyxsupport.la \
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) $(QT4_LIB) $(AIKSAURUS_LIBS) $(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS)
# everything below the line containing a single backslash and the # everything below the line containing a single backslash and the
# spellchecker stuff is an ugly hack and needed because of the # spellchecker stuff is an ugly hack and needed because of the
@ -31,16 +24,6 @@ lyxclient_LDADD = \
# by the linker without looping over libs. We do not want that, # by the linker without looping over libs. We do not want that,
# and in fact libtools seems not able to do that. # and in fact libtools seems not able to do that.
if USE_ASPELL
ASPELL = ../ASpell.cpp ../ASpell_local.h
endif
if USE_PSPELL
PSPELL = ../PSpell.cpp ../PSpell.h
endif
if USE_ISPELL
ISPELL = ../ISpell.cpp ../ISpell.h
endif
lyxclient_SOURCES = \ lyxclient_SOURCES = \
boost.cpp \ boost.cpp \
client.cpp \ client.cpp \
@ -50,15 +33,12 @@ lyxclient_SOURCES = \
Messages.cpp \ Messages.cpp \
Messages.h \ Messages.h \
\ \
$(ASPELL) $(PSPELL) $(ISPELL) ../SpellBase.cpp \
../Box.cpp \ ../Box.cpp \
../Box.h \ ../Box.h \
../Dimension.cpp \ ../Dimension.cpp \
../Dimension.h \ ../Dimension.h \
../PrinterParams.cpp \ ../PrinterParams.cpp \
../PrinterParams.h \ ../PrinterParams.h
../Thesaurus.cpp \
../Thesaurus.h
lyxclient.1: lyxclient.1:
cp -p $(srcdir)/lyxclient.man lyxclient.1 cp -p $(srcdir)/lyxclient.man lyxclient.1