Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / port / win32 / Makefile
blob58920578508e884860dad0a42ba710bf72233a78
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for backend/port/win32
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/port/win32
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = timer.o socket.o signal.o security.o mingwcompat.o
17 include $(top_srcdir)/src/backend/common.mk