summaryrefslogtreecommitdiff
path: root/ltp_framework/lib/ltp.pc.in
diff options
context:
space:
mode:
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}