Chris Browne cbbrowne at lists.slony.info
Fri Apr 11 08:43:10 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv16872

Modified Files:
	Makefile 
Log Message:
Apply changes to slonik makefile that have gone into v1.2


Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile	14 Feb 2008 22:35:58 -0000	1.27
--- Makefile	11 Apr 2008 15:43:08 -0000	1.28
***************
*** 21,31 ****
  PROG		= slonik
  
  ifeq ($(PORTNAME), win)
  PROG            = slonik.exe
- LDFLAGS += -lpgport
  endif
  ifeq ($(PORTNAME), win32)
  PROG            = slonik.exe
- LDFLAGS += -lpgport
  endif
  
--- 21,30 ----
  PROG		= slonik
  
+ LDFLAGS += -lpgport
  ifeq ($(PORTNAME), win)
  PROG            = slonik.exe
  endif
  ifeq ($(PORTNAME), win32)
  PROG            = slonik.exe
  endif
  



More information about the Slony1-commit mailing list