mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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:
parent
8aa1bf1f5c
commit
6180809e9e
@ -15,7 +15,7 @@ lyxclient.1:
|
|||||||
|
|
||||||
lyxclient_LDADD = \
|
lyxclient_LDADD = \
|
||||||
$(top_builddir)/src/support/liblyxsupport.la \
|
$(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
|
# everything below the line containing the single backslashs
|
||||||
# an ugly hack and needed because of the
|
# an ugly hack and needed because of the
|
||||||
@ -30,22 +30,22 @@ SOURCEFILES = \
|
|||||||
client.cpp \
|
client.cpp \
|
||||||
debug.cpp \
|
debug.cpp \
|
||||||
gettext.cpp \
|
gettext.cpp \
|
||||||
Messages.cpp
|
Messages.cpp
|
||||||
|
|
||||||
HEADERFILES = \
|
HEADERFILES = \
|
||||||
debug.h \
|
debug.h \
|
||||||
Messages.h
|
Messages.h
|
||||||
|
|
||||||
|
|
||||||
if MONOLITHIC_CLIENT
|
if MONOLITHIC_CLIENT
|
||||||
|
|
||||||
client.cpp:
|
lyxclient.cpp:
|
||||||
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
|
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
|
||||||
|
|
||||||
AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES)
|
AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES)
|
||||||
BUILT_SOURCES = client.cpp
|
BUILT_SOURCES = lyxclient.cpp
|
||||||
|
|
||||||
lyxclient_SOURCES = client.cpp $(HEADERFILES)
|
lyxclient_SOURCES = lyxclient.cpp $(HEADERFILES)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user