summaryrefslogtreecommitdiff
path: root/ltp_framework/lib/ltp.pc.in
diff options
context:
space:
mode:
authorLe Chi Thu <thu2004@yahoo.se>2012-04-03 01:23:00 +0200
committerLe Chi Thu <thu2004@yahoo.se>2012-04-03 01:23:00 +0200
commit01c165cd1b2ac601d5ae73d3cb5e82ccdd94ac94 (patch)
tree777ab4b2289c860cab0b438f08e4f30bd52d9af5 /ltp_framework/lib/ltp.pc.in
Initial commit
Diffstat (limited to 'ltp_framework/lib/ltp.pc.in')
-rw-r--r--ltp_framework/lib/ltp.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ltp_framework/lib/ltp.pc.in b/ltp_framework/lib/ltp.pc.in
new file mode 100644
index 0000000..9620129
--- /dev/null
+++ b/ltp_framework/lib/ltp.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+
+Name: LTP
+Description: Linux Test Project
+Version: @VERSION@
+Libs: -L${libdir} -lltp
+Cflags: -I${includedir}