]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / Makefile.am
index 3e3ada65db663a925163ce3cec64b15492332362..5c3525dc99f2df5ddf42a452cee8550e5c8f45a5 100644 (file)
@@ -2,18 +2,17 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libinsets.la
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
-
 EXTRA_DIST = \
+       pch.h \
        insettheorem.C \
        insettheorem.h
 
-AM_CXXFLAGS = $(PCH_FLAGS)
+BUILT_SOURCES = $(PCH_FILE)
 
-libinsets_la_DEPENDENCIES = $(PCH_FILE)
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libinsets_la_SOURCES = \
-       $(PCH_FILE) mailinset.C \
+       mailinset.C \
        mailinset.h \
        ExternalSupport.C \
        ExternalSupport.h \
@@ -86,6 +85,8 @@ libinsets_la_SOURCES = \
        insetmarginal.C \
        insetnewline.C \
        insetnewline.h \
+       insetnomencl.C \
+       insetnomencl.h \
        insetnote.C \
        insetnote.h \
        insetoptarg.C \
@@ -111,12 +112,12 @@ libinsets_la_SOURCES = \
        insetvspace.C \
        insetvspace.h \
        insetwrap.h \
-       insetwrap.C \
-       updatableinset.C \
-       updatableinset.h
+       insetwrap.C
+
 #      insetlist.C \
 #      insetlist.h \
 #      insetsection.h \
 #      insetsection.C \
 #      insettheorem.C \
 #      insettheorem.h
+