]> git.lyx.org Git - lyx.git/blobdiff - sigc++/Makefile.am
sigh... anoter go
[lyx.git] / sigc++ / Makefile.am
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) $<  > $@