X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2FMakefile.am;h=812518d690f749b546246cc5af9002fef2d5676a;hb=9d37c60314d1f2aed72c040498fe574c37277865;hp=e7a3bcbcbf6978c4f9e0815e36154c557994f189;hpb=77fd733217aa408c501c11bd6c14016250f7af4d;p=lyx.git diff --git a/src/client/Makefile.am b/src/client/Makefile.am index e7a3bcbcbf..812518d690 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -16,17 +16,16 @@ BOOST_LIBS = $(BOOST_REGEX) $(BOOST_FILESYSTEM) lyxclient_LDADD = \ $(top_builddir)/src/support/libsupport.la \ - $(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) $(SOCKET_LIBS) + $(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) lyxclient_SOURCES = \ - boost.C \ - client.C \ - debug.C \ + boost.cpp \ + client.cpp \ + debug.cpp \ debug.h \ - gettext.C \ - gettext.h \ - messages.C \ - messages.h + gettext.cpp \ + Messages.cpp \ + Messages.h lyxclient.1: cp -p $(srcdir)/lyxclient.man lyxclient.1