| ################################ | |
| # Pkg-Config file for mesos # | |
| ################################ | |
| Name: mesos | |
| Description: Cluster manager for sharing distributed application frameworks | |
| URL: http://mesos.apache.org/ | |
| Version: @VERSION@ | |
| prefix=@prefix@ | |
| exec_prefix=@exec_prefix@ | |
| includedir=@includedir@ | |
| libdir=@libdir@ | |
| Cflags: -I${includedir} -D__STDC_FORMAT_MACROS @MODULE_CFLAGS@ | |
| Libs: -L${libdir} -lmesos @MODULE_LDFLAGS@ |