X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=f19da7cfa6efe329037e935b5b23468c438fbe4e;hb=1b56057e1f739551f2c410a4b0b3941246123531;hp=31f813738c8a7aa24a536e7fd8ffa7d152d29bf2;hpb=2e79520f6b482391da9d8ebf3dbfc4ec3dc58bca;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 31f813738c..f19da7cfa6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,7 +97,6 @@ SOURCEFILESCORE = \ Cursor.cpp \ CursorSlice.cpp \ CutAndPaste.cpp \ - debug.cpp \ DepTable.cpp \ DocIterator.cpp \ EmbeddedFiles.cpp \ @@ -114,7 +113,6 @@ SOURCEFILESCORE = \ Format.cpp \ FuncRequest.cpp \ FuncStatus.cpp \ - gettext.cpp \ Graph.cpp \ InsetIterator.cpp \ InsetList.cpp \ @@ -133,7 +131,6 @@ SOURCEFILESCORE = \ LyXRC.cpp \ LyXVC.cpp \ MenuBackend.cpp \ - Messages.cpp \ MetricsInfo.cpp \ ModuleList.cpp \ Mover.cpp \ @@ -195,7 +192,6 @@ HEADERFILESCORE = \ Cursor.h \ CursorSlice.h \ CutAndPaste.h \ - debug.h \ DepTable.h \ DispatchResult.h \ DocIterator.h \ @@ -214,7 +210,6 @@ HEADERFILESCORE = \ Format.h \ FuncRequest.h \ FuncStatus.h \ - gettext.h \ Graph.h \ InsetIterator.h \ InsetList.h \ @@ -237,7 +232,6 @@ HEADERFILESCORE = \ LyXRC.h \ LyXVC.h \ MenuBackend.h \ - Messages.h \ MetricsInfo.h \ ModuleList.h \ Mover.h \ @@ -289,6 +283,7 @@ lyxcore.cpp: @echo -e '$(SOURCEFILESCORE:%=\n#include "%")\n' > $@ BUILT_SOURCES += lyxcore.cpp $(STANDALONEFILES) +CLEANFILES += lyxcore.cpp liblyxcore_la_SOURCES = lyxcore.cpp $(STANDALONEFILES) $(HEADERFILESCORE) @@ -467,6 +462,7 @@ lyxmathed.cpp: @echo -e '$(SOURCEFILESMATHED:%=\n#include "%")\n' > $@ BUILT_SOURCES += lyxmathed.cpp +CLEANFILES += lyxmathed.cpp liblyxmathed_la_SOURCES = lyxmathed.cpp $(HEADERFILESMATHED) @@ -606,6 +602,7 @@ lyxinsets.cpp: @echo -e '$(SOURCEFILESINSETS:%=\n#include "%")\n' > $@ BUILT_SOURCES += lyxinsets.cpp +CLEANFILES += lyxinsets.cpp liblyxinsets_la_SOURCES = lyxinsets.cpp $(HEADERFILESINSETS)