1 # contrib/oid2name/Makefile
3 PGFILEDESC
= "oid2name - examine the file structure"
13 PG_CPPFLAGS
= -I
$(libpq_srcdir
)
14 PG_LIBS_INTERNAL
= $(libpq_pgport
)
18 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
21 subdir
= contrib
/oid2name
23 include $(top_builddir
)/src
/Makefile.global
24 include $(top_srcdir
)/contrib
/contrib-global.mk