You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@hyperreal.org on 1999/08/10 18:16:45 UTC

cvs commit: apache-1.3/src/modules/standard Makefile.OS2

bjh         99/08/10 09:16:45

  Modified:    src/modules/standard Makefile.OS2
  Log:
  Add rule to make OS/2 module for mod_vhost_alias
  
  Revision  Changes    Path
  1.3       +3 -1      apache-1.3/src/modules/standard/Makefile.OS2
  
  Index: Makefile.OS2
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/Makefile.OS2,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.OS2	1999/05/30 09:12:32	1.2
  +++ Makefile.OS2	1999/08/10 16:16:45	1.3
  @@ -1,7 +1,7 @@
   # Extra rules for making DLLs for OS/2
   
   define mkdll
  -$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $* $(<:%.c=%.o) $(LIBS_SHLIB) $(<:%.o=%.def) && \
  +$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $* $(<:%.c=%.o) $(LIBS_SHLIB) $(LIBS1) $(<:%.o=%.def) && \
   emxbind -b -q -s -h0 -d$(<:%.o=%.def) $* && \
   rm $*
   endef
  @@ -111,3 +111,5 @@
   usertrac.dll: mod_usertrack.o mod_usertrack.def
   	$(mkdll)
   
  +vhost_al.dll: mod_vhost_alias.o mod_vhost_alias.def
  +	$(mkdll)