link against libmath for 'ilogb()'

This commit is contained in:
Harald Welte 2012-09-15 19:31:26 +02:00
parent a68b3a37c5
commit c904c936d7
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: asn1c runtime library
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -lasn1c
Libs: -L${libdir} -lasn1c -lm
Cflags: -I${includedir}/ -I${includedir}/asn1c