Use config scripts, not pkgconfig
This commit is contained in:
parent
50e0fbc594
commit
6c6aba6d43
13 changed files with 239 additions and 72 deletions
|
|
@ -11,10 +11,10 @@ shift
|
|||
if [ "$(echo ${NAME} | cut -b1-3)" != "lib" ]
|
||||
then
|
||||
echo "Warning: your module name does not begin with 'lib'. You will"
|
||||
echo "have to fix up your pkgconfig file manually, etc."
|
||||
echo "have to fix up your -config script manually, etc."
|
||||
NAMEMINUSL="@TODO@"
|
||||
else
|
||||
NAMEMINUSL="-l$(echo ${NAME} | sed -e 's,^lib,,')"
|
||||
NAMEMINUSL="$(echo ${NAME} | sed -e 's,^lib,,')"
|
||||
fi
|
||||
|
||||
do_parameter_subst NAMEMINUSL HEADER_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue