]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
The logic of the endParagraph() routine is wrong. We should first
[lyx.git] / src / Makefile.am
index 84f4e85b71d97f2dfa1f736f415ffa9ae731feaf..bfd510ce86e9faf0c6a2d08a16812e3f26015cbb 100644 (file)
@@ -339,6 +339,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 +558,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 +615,7 @@ HEADERFILESINSETS = \
        insets/InsetInclude.h \
        insets/InsetIndex.h \
        insets/InsetInfo.h \
+       insets/InsetIPA.h \
        insets/InsetPreview.h \
        insets/InsetLabel.h \
        insets/InsetLayout.h \