Fighting with autotools to have a building system :-(

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23836 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-03-19 19:37:35 +00:00
parent 7c7bfce40d
commit 2b1859e8f0
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ MAINTAINERCLEANFILES += $(srcdir)/config.h.in
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
SUBDIRS = support frontends .
SUBDIRS = support frontends tex2lyx client .
EXTRA_DIST = config.h.in \
Section.h \
@ -209,6 +209,7 @@ HEADERFILESCORE = \
FontIterator.h \
FontList.h \
Format.h \
FuncCode.h \
FuncRequest.h \
FuncStatus.h \
Graph.h \
@ -225,7 +226,6 @@ HEADERFILESCORE = \
LayoutFile.h \
Length.h \
Lexer.h \
lfuns.h \
LyXAction.h \
lyxfind.h \
LyXFunc.h \

View File

@ -39,13 +39,13 @@ HEADERFILES = \
if MONOLITHIC_CLIENT
lyxclient.cpp:
client.cpp:
@echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES)
BUILT_SOURCES = lyxclient.cpp
BUILT_SOURCES = client.cpp
lyxclient_SOURCES = lyxclient.cpp $(HEADERFILES)
lyxclient_SOURCES = client.cpp $(HEADERFILES)
else

View File

@ -33,7 +33,7 @@ LINKED_FILES = \
../Floating.cpp \
../Counters.cpp \
../insets/InsetLayout.cpp \
../BaseClassList.h \
../LayoutFile.h \
../Layout.h \
../Layout.cpp \
../TextClass.cpp \