diff options
Diffstat (limited to 'elementary.pc.in')
-rw-r--r-- | elementary.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/elementary.pc.in b/elementary.pc.in new file mode 100644 index 000000000..3d2dfa4b9 --- /dev/null +++ b/elementary.pc.in | |||
@@ -0,0 +1,11 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: eet | ||
7 | Description: Library for speedy data storage, retrieval, and compression | ||
8 | Version: @VERSION@ | ||
9 | Libs: -L${libdir} -lelementary | ||
10 | Libs.private: @my_libs@ @ELEMENTARY_LIBS@ | ||
11 | Cflags: -I${includedir} -I${includedir}/elementary | ||