X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=02a878d56f9825cab33fb26aeb8f2ebef38b681e;hb=837869452ad8d917615aa4bca77402dc49ba094e;hp=84f4e85b71d97f2dfa1f736f415ffa9ae731feaf;hpb=65f26a7a1418d3a481949f49fd3f9868fe06e352;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 84f4e85b71..02a878d56f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -216,6 +216,7 @@ HEADERFILESCORE = \ DepTable.h \ DispatchResult.h \ DocIterator.h \ + DocumentClassPtr.h \ Encoding.h \ ErrorList.h \ Exporter.h \ @@ -339,6 +340,8 @@ liblyxcore_a_DEPENDENCIES = $(MOCEDFILES) noinst_LIBRARIES += liblyxgraphics.a liblyxgraphics_a_SOURCES = \ + graphics/epstools.h \ + graphics/epstools.cpp \ graphics/GraphicsCache.h \ graphics/GraphicsCache.cpp \ graphics/GraphicsCacheItem.h \ @@ -556,6 +559,7 @@ SOURCEFILESINSETS = \ insets/InsetInclude.cpp \ insets/InsetIndex.cpp \ insets/InsetInfo.cpp \ + insets/InsetIPA.cpp \ insets/InsetLabel.cpp \ insets/InsetLayout.cpp \ insets/InsetLine.cpp \ @@ -612,6 +616,7 @@ HEADERFILESINSETS = \ insets/InsetInclude.h \ insets/InsetIndex.h \ insets/InsetInfo.h \ + insets/InsetIPA.h \ insets/InsetPreview.h \ insets/InsetLabel.h \ insets/InsetLayout.h \