summaryrefslogtreecommitdiff
path: root/hyp2mat/lib/hyp2mat.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'hyp2mat/lib/hyp2mat.pc.in')
-rw-r--r--hyp2mat/lib/hyp2mat.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/hyp2mat/lib/hyp2mat.pc.in b/hyp2mat/lib/hyp2mat.pc.in
new file mode 100644
index 0000000..8635861
--- /dev/null
+++ b/hyp2mat/lib/hyp2mat.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: hyp2mat
+Description: Convert Hyperlynx PCB files to matlab scripts
+Requires:
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lhyp2mat
+Libs.private: @LIBS@
+Cflags: -I${includedir}