mirror of https://github.com/postgres/postgres
Fix bogus subdir setting. Again. I must've unfixed it by accident while
moving files around.
This commit is contained in:
parent
09b115f706
commit
e8aae273d4
|
@ -4,11 +4,11 @@
|
|||
# Makefile for src/backend/replication/libpqwalreceiver
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $PostgreSQL: pgsql/src/backend/replication/libpqwalreceiver/Makefile,v 1.1 2010/01/20 09:16:24 heikki Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/replication/libpqwalreceiver/Makefile,v 1.2 2010/01/20 20:34:51 heikki Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
subdir = src/backend/postmaster/libpqwalreceiver
|
||||
subdir = src/backend/replication/libpqwalreceiver
|
||||
top_builddir = ../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
|
|
Loading…
Reference in New Issue