summaryrefslogtreecommitdiff
path: root/ltp_framework/lib/ltp.pc
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
Initial commit
Diffstat (limited to 'ltp_framework/lib/ltp.pc')
-rw-r--r--ltp_framework/lib/ltp.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/ltp_framework/lib/ltp.pc b/ltp_framework/lib/ltp.pc
new file mode 100644
index 0000000..5c4c042
--- /dev/null
+++ b/ltp_framework/lib/ltp.pc
@@ -0,0 +1,10 @@
+prefix=/opt/ltp
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: LTP
+Description: Linux Test Project
+Version: LTP_VERSION
+Libs: -L${libdir} -lltp
+Cflags: -I${includedir}