Allow in-tree tests
authoraland <aland>
Thu, 10 Jan 2008 09:07:43 +0000 (09:07 +0000)
committeraland <aland>
Thu, 10 Jan 2008 09:07:43 +0000 (09:07 +0000)
src/modules/rules.mak

index a2aa4ec..3658c9e 100644 (file)
@@ -108,6 +108,7 @@ endif
 
 build-module: $(TARGET).la $(RLM_UTILS)
        @[ "x$(RLM_SUBDIRS)" = "x" ] || $(MAKE) $(MFLAGS) WHAT_TO_MAKE=all common
+       @cp .libs/* $(top_builddir)/src/modules/lib/.libs
        @cp $< $(top_builddir)/src/modules/lib
 
 $(TARGET).la: $(LT_OBJS)