Query in SQL function still not schema-safe; add a couple
[PostgreSQL.git] / src / backend / foreign / Makefile
blob8bee42c26bf424bca3f68b07a785bca0bbd17009
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for foreign
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/foreign
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS= foreign.o
17 include $(top_srcdir)/src/backend/common.mk