9 lines
196 B
Makefile
9 lines
196 B
Makefile
|
MODULE_big := pg_libphonenumber
|
||
|
OBJS := pg_libphonenumber.o
|
||
|
PG_CPPFLAGS := -fPIC
|
||
|
SHLIB_LINK := -lphonenumber -lstdc++
|
||
|
|
||
|
PG_CONFIG := pg_config
|
||
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||
|
include $(PGXS)
|