diff options
Diffstat (limited to 'wimaxll-cmd-0.pc.in')
-rw-r--r-- | wimaxll-cmd-0.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wimaxll-cmd-0.pc.in b/wimaxll-cmd-0.pc.in new file mode 100644 index 0000000..b0b296c --- /dev/null +++ b/wimaxll-cmd-0.pc.in @@ -0,0 +1,15 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +# Any file wimaxll-pl-*.so in this directory is considered to be a +# plugin for wimaxll. +plugindir=${libdir}/wimax-tools/plugins + +Name: wimaxll-cmd +Description: WiMAX low level control utility plugin API +Requires: libwimaxll-0 +Version: @PACKAGE_VERSION@ +Libs: -module -avoid-version -export-symbols-regex plugin +Cflags: -I${includedir} |