]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
More 'standard conformant blurb' nonsense.
[lyx.git] / src / Makefile.am
index c788329f6b1d443d32b7d062933aa4ee522eb091..4f328f92d1e69ffdf31850e960318270ceaad45d 100644 (file)
@@ -36,6 +36,7 @@ EXTRA_PROGRAMS = lyx-xforms lyx-qt
 
 lyx_xforms_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
        frontends/xforms/libxforms.la $(LYX_POST_LIBS) $(OTHERLIBS) 
+
 lyx_xforms_SOURCES = main.C
 
 lyx_qt_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
@@ -59,6 +60,8 @@ lyx_SOURCES = \
        BufferView_pimpl.h \
        Bullet.C \
        Bullet.h \
+       BranchList.C \
+       BranchList.h \
        Chktex.C \
        Chktex.h \
        CutAndPaste.C \
@@ -213,6 +216,7 @@ lyx_SOURCES = \
        messages.h \
        metricsinfo.C \
        metricsinfo.h \
+       paper.h \
        paragraph.C \
        paragraph.h \
        paragraph_pimpl.C \
@@ -261,3 +265,15 @@ lyx_SOURCES = \
 
 dist-hook:
        cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`
+
+version.C: stamp-version
+       @:
+
+stamp-version: version.C-tmp
+       if cmp -s $< version.C ; then \
+               : ;\
+       else \
+               rm -f version.C ;\
+               cp $< version.C ;\
+       fi
+       echo timestamp > $@