]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
Revert "Amend 3093789e for cmake build"
[lyx.git] / src / frontends / Makefile.am
index 22b7508a7ac5587cb40e426c0127fb02cbed84d3..2acdeebb26292d086074f338a80e0a9d5b109c0f 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
 
 SUBDIRS = $(FRONTENDS_SUBDIRS) .
 
-DIST_SUBDIRS = qt4 .
+DIST_SUBDIRS = qt .
 
 noinst_LIBRARIES = liblyxfrontends.a
 
@@ -12,6 +12,7 @@ AM_CPPFLAGS += -I$(srcdir)/.. \
 liblyxfrontends_a_SOURCES = \
        alert.h \
        Application.h \
+       CaretGeometry.h \
        FontLoader.h \
        FontMetrics.h \
        Delegates.h \
@@ -41,7 +42,7 @@ TESTS = \
 check_PROGRAMS = \
        biblio
 
-biblio_LDADD = $(BOOST_LIBS) $(ICONV_LIBS) $(ZLIB_LIBS)
+biblio_LDADD = $(ICONV_LIBS) $(ZLIB_LIBS)
 biblio_SOURCES = \
        tests/biblio.cpp \
        tests/boost.cpp