#!/bin/sh

# package config environment setup
# add to this when you have *.pc files in other locations

PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/local/lib/pkgconfig"

export PKG_CONFIG_PATH