9 lines
206 B
Makefile
Raw Normal View History

2015-07-10 15:58:40 -05:00
MODULE_big := pg_libphonenumber
OBJS := pg_libphonenumber.o
2015-07-14 14:28:55 -05:00
PG_CPPFLAGS := -fPIC -std=c++11
2015-07-10 15:58:40 -05:00
SHLIB_LINK := -lphonenumber -lstdc++
PG_CONFIG := pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)