revert last changes to client Makefile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23848 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-03-20 12:42:26 +00:00
parent 8aa1bf1f5c
commit 6180809e9e

View File

@ -15,7 +15,7 @@ lyxclient.1:
lyxclient_LDADD = \
$(top_builddir)/src/support/liblyxsupport.la \
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS)
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS)
# everything below the line containing the single backslashs
# an ugly hack and needed because of the
@ -30,22 +30,22 @@ SOURCEFILES = \
client.cpp \
debug.cpp \
gettext.cpp \
Messages.cpp
Messages.cpp
HEADERFILES = \
debug.h \
Messages.h
Messages.h
if MONOLITHIC_CLIENT
client.cpp:
lyxclient.cpp:
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES)
BUILT_SOURCES = client.cpp
lyxclient_SOURCES = client.cpp $(HEADERFILES)
BUILT_SOURCES = lyxclient.cpp
lyxclient_SOURCES = lyxclient.cpp $(HEADERFILES)
else