Minor change to allow the server to run from local directory,
authoraland <aland>
Thu, 24 Jun 2004 14:05:36 +0000 (14:05 +0000)
committeraland <aland>
Thu, 24 Jun 2004 14:05:36 +0000 (14:05 +0000)
without installing (for testing)

src/modules/rules.mak

index 486c214..c871e74 100644 (file)
@@ -112,6 +112,7 @@ static:
 
 dynamic: $(TARGET).la $(RLM_UTILS)
        @[ "x$(RLM_SUBDIRS)" = "x" ] || $(MAKE) $(MFLAGS) WHAT_TO_MAKE=dynamic common
+       @[ -d .libs ] && cp .libs/* $(top_builddir)/src/modules/lib
        @cp $< $(top_builddir)/src/modules/lib
 
 #######################################################################