Index: Makefile_insert =================================================================== RCS file: /cvsroot/inkscape/inkscape/src/Makefile_insert,v retrieving revision 1.83 diff -d -u -p -r1.83 Makefile_insert --- Makefile_insert 10 Jan 2005 01:52:06 -0000 1.83 +++ Makefile_insert 5 Feb 2005 10:47:05 -0000 @@ -61,12 +61,6 @@ libinkpre_a_SOURCES = \ file.cpp file.h \ fontsize-expansion.cpp fontsize-expansion.h \ forward.h \ - gc-alloc.h \ - gc-anchored.h gc-anchored.cpp \ - gc-core.h \ - gc-finalized.h \ - gc-managed.h \ - gc.cpp \ geom.cpp geom.h \ help.cpp help.h \ inkscape-stock.cpp inkscape-stock.h\ @@ -203,6 +197,9 @@ libinkpre_a_SOURCES = \ view.cpp view.h \ zoom-context.cpp zoom-context.h +# Force libinkpost.a to be rebuilt if we add files to libinkpost_a_SOURCES. +libinkpost_a_DEPENDENCIES = Makefile_insert + # libinkpost.a: Any object file that needs to be near the end of the link line. # gradient-chemistry.o is called by some things in display/. libinkpost_a_SOURCES = \ @@ -210,6 +207,12 @@ libinkpost_a_SOURCES = \ decimal-round.h \ fill-or-stroke.h \ fixes.cpp \ + gc-alloc.h \ + gc-anchored.h gc-anchored.cpp \ + gc-core.h \ + gc-finalized.h \ + gc-managed.h \ + gc.cpp \ gradient-chemistry.cpp gradient-chemistry.h \ memeq.h \ round.h \