]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
* activate the view from the constructor. This makes sure that the
[lyx.git] / src / frontends / Makefile.am
index eabbacbe086afe962a8649e6cf4ef641fe863163..ededa99a5ee0443a53c088ac9b778d79d2f2b4ff 100644 (file)
@@ -4,35 +4,20 @@ SUBDIRS = $(FRONTENDS_SUBDIRS) .
 
 DIST_SUBDIRS = qt4 .
 
-EXTRA_DIST = pch.h
-
-BUILT_SOURCES = $(PCH_FILE)
-
 noinst_LTLIBRARIES = liblyxfrontends.la
 
-AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/..  $(BOOST_INCLUDES)
+AM_CPPFLAGS += -I$(srcdir)/..  $(BOOST_INCLUDES)
 
 liblyxfrontends_la_SOURCES = \
-       alert.cpp \
        alert.h \
-       Alert_pimpl.h \
-       Application.cpp \
        Application.h \
-       NoGuiFontLoader.h \
-       NoGuiFontMetrics.h \
-       Dialogs.cpp \
-       Dialogs.h \
-       FileDialog.h \
        FontLoader.h \
        FontMetrics.h \
        KeyModifier.h \
        KeySymbol.h \
-       LyXView.cpp \
        LyXView.h \
-       Painter.cpp \
        Painter.h \
        Clipboard.h \
-       Gui.h \
        Selection.h \
        WorkArea.h \
        WorkAreaManager.cpp \
@@ -41,7 +26,7 @@ liblyxfrontends_la_SOURCES = \
 
 ################################# Tests ################################
 
-EXTRA_DIST += tests/test_biblio
+EXTRA_DIST = tests/test_biblio
 
 TESTS = \
        test_biblio