Chris Browne cbbrowne at lists.slony.info
Fri Oct 26 11:36:07 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src
In directory main.slony.info:/tmp/cvs-serv28731

Modified Files:
	Makefile 
Log Message:
Don't bother building slony_logshipper on Win32
- Per Hiroshi Saito


Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile	9 Sep 2007 02:37:04 -0000	1.14
--- Makefile	26 Oct 2007 18:36:05 -0000	1.15
***************
*** 13,19 ****
  
  DISTFILES = Makefile
! SUBDIRS = xxid parsestatements slon slonik slony_logshipper backend ducttape
  ifeq ($(PORTNAME),win32)
  SUBDIRS += slevent
  endif
  
--- 13,21 ----
  
  DISTFILES = Makefile
! SUBDIRS = xxid parsestatements slon slonik backend ducttape
  ifeq ($(PORTNAME),win32)
  SUBDIRS += slevent
+ else
+ SUBDIRS += slony_logshipper
  endif
  



More information about the Slony1-commit mailing list