]> granicus.if.org Git - postgresql/commitdiff
Get dllwrap name from variable instead of hardcoded.
authorMagnus Hagander <magnus@hagander.net>
Sat, 15 Dec 2007 16:21:35 +0000 (16:21 +0000)
committerMagnus Hagander <magnus@hagander.net>
Sat, 15 Dec 2007 16:21:35 +0000 (16:21 +0000)
Per complaint from Richard Evans

src/bin/pgevent/Makefile

index a45cf7f5006a678283e893173af2209dfbd09ae9..7a4e63e3e273ebba86d80350be65a40a73660947 100644 (file)
@@ -22,7 +22,7 @@ all: $(NAME)
 install: all install-lib
 
 pgevent.dll: $(OBJS) pgevent.def
-       dllwrap --def pgevent.def -o $(NAME) $(OBJS)
+       $(DLLWRAP) --def pgevent.def -o $(NAME) $(OBJS)
 
 pgmsgevent.o: pgmsgevent.rc win32ver.rc
        windres pgmsgevent.rc -o pgmsgevent.o --include-dir=$(top_builddir)/src/include