greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16323

Show
Ignore:
Timestamp:
2008-07-09 23:14:33 (6 months ago)
Author:
davidb
Message:

Added GSDL libraries to library dependencies, so 'library' is now recompiled if any of these libraries have been updated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/src/recpt/Makefile.in

    r15907 r16323  
    211211        $(RANLIB) $(LIBRARY) 
    212212 
    213 library: $(EXECUTABLE_OBJECTS) 
     213library: $(EXECUTABLE_OBJECTS) $(GSDL_LIBS) 
    214214        $(CXXLINK) $(EXECUTABLE_OBJECTS) $(LIBS) 
    215215