]> git.lyx.org Git - lyx.git/blob - src/client/Makefile.am
build fix
[lyx.git] / src / client / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = lyxclient.man
4
5 man_MANS = lyxclient.1
6
7 bin_PROGRAMS = lyxclient
8
9 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
10
11 AM_CXXFLAGS = $(PCH_FLAGS)
12
13 lyxclient_LDADD = \
14         $(top_builddir)/src/support/libsupport.la \
15         $(top_builddir)/boost/libs/filesystem/src/libboostfilesystem.la \
16         $(top_builddir)/boost/libs/regex/src/libboostregex.la
17
18 lyxclient_SOURCES = \
19         boost.C \
20         client.C \
21         debug.C \
22         debug.h \
23         gettext.C \
24         gettext.h \
25         messages.C \
26         messages.h
27
28 lyxclient.1:
29         cp -p $(srcdir)/lyxclient.man lyxclient.1