From 9640be11c8893634f9c98d8eff4f1dca2b8232a2 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Thu, 6 Sep 2007 06:59:10 +0000 Subject: [PATCH] misc fixes for extras --- mbuni/extras/pgsql-queue/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbuni/extras/pgsql-queue/Makefile b/mbuni/extras/pgsql-queue/Makefile index 388cfe7..58dfd88 100644 --- a/mbuni/extras/pgsql-queue/Makefile +++ b/mbuni/extras/pgsql-queue/Makefile @@ -1,7 +1,7 @@ # PGSQL queue handler for Mbuni Makefile (c) 2007 Digital Solutions # Licence: See http://mbuni.org/license.shtml -KANNELCONF = /usr/local/bin/gw-config -PGCONF = /usr/local/pgsql/bin/pg_config +KANNELCONF = gw-config +PGCONF = pg_config CC = gcc MBUNIDIR = ../.. LIBTOOL = libtool