# Copyright 2018 The Cockroach Authors.
#
# Use of this software is governed by the CockroachDB Software License
# included in the /LICENSE file.

CC += -std=c99
CPPFLAGS += -I/usr/include/postgresql
LDLIBS += -lpq -lpqtypes
