Re: Re: pglogical_output - a general purpose logical decoding output plugin - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Re: pglogical_output - a general purpose logical decoding output plugin
Date
Msg-id 20160104181751.GA177152@alvherre.pgsql
Whole thread Raw
In response to Re: Re: pglogical_output - a general purpose logical decoding output plugin  ("Shulgin, Oleksandr" <oleksandr.shulgin@zalando.de>)
List pgsql-hackers
Shulgin, Oleksandr wrote:

> A make from an external build dir fails on install, suggested fix:
> 
> install: all
> $(MKDIR_P) '$(DESTDIR)$(includedir)'/pglogical_output
> - $(INSTALL_DATA) pglogical_output/hooks.h
> '$(DESTDIR)$(includedir)'/pglogical_output
> + $(INSTALL_DATA)
> $(top_srcdir)/contrib/pglogical_output/pglogical_output/hooks.h
> '$(DESTDIR)$(includedir)'/pglogical_output

Actually you should be able to use $(srcdir)/hooks.h ...

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Atri Sharma
Date:
Subject: Accessing non catalog table in backend
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Further tweaking of print_aligned_vertical().