]> git.lyx.org Git - lyx.git/commitdiff
sigh... anoter go 1.1.6pre3
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 31 Dec 2000 06:18:25 +0000 (06:18 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 31 Dec 2000 06:18:25 +0000 (06:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1295 a592a061-630c-0410-9148-cb99ea01b6c8

sigc++/Makefile.am
src/version.h

index 9131b96c56f0b35ba386f9c92d3117829f2ea4b3..ce7ee8cab45bd869c79f46e5e661d2ea022a6706 100644 (file)
@@ -11,7 +11,7 @@ BUILT_SOURCES = slot.h object_slot.h func_slot.h class_slot.h \
                 basic_signal.h \
                 convert.h bind.h rettype.h retbind.h
 
-libsigc_la_SOURCES= \
+libsigc_la_SOURCES= $(BUILT_SOURCES) \
    object.cc   scope.cc   marshal.cc   slot.cc\
    basic_signal.cc adaptor.cc thread.cc
 
@@ -26,6 +26,8 @@ noinst_HEADERS = \
     handle.h object.h scope.h adaptor.h thread.h
 
 
+Makefile: $(BUILT_SOURCES)
+
 %.h: $(M4_DIR)/%.h.m4 $(M4_DIR)/template.macros.m4        
        $(M4) $(M4_INCLUDES) $(DEFINES) $<  > $@
 
index 77846d8f44e525369fa15bce3100408dc31451d0..d0d67d917077f11902c77d98e8d6029660de16a9 100644 (file)
@@ -1,6 +1,6 @@
 /* Version and release date definition */
 ///
-#define LYX_VERSION "1.1.6cvs"
+#define LYX_VERSION "1.1.6pre3"
 ///
 #define LYX_RELEASE "Dec, Nov 31, 2000"
 /* This version string is intended to be used in files created by LyX */