1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 12:54:20 +01:00

link libWINGs against libm if necessary

libWINGs is using mathematical functions (atan, sqrt, etc.). Check
whether we need to lik against libm to use these and link libWINGs
against it if necessary.
This commit is contained in:
Andreas Metzler
2010-08-01 16:07:22 +02:00
committed by Carlos R. Mafra
parent 3f27b998a7
commit c238d8417f
2 changed files with 12 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ lib_LTLIBRARIES = libWUtil.la libWINGs.la
LDADD= libWUtil.la libWINGs.la $(top_builddir)/wrlib/libwraster.la @INTLIBS@
libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la @XFTLIBS@ @FCLIBS@
libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la @XFTLIBS@ @FCLIBS@ @LIBM@
EXTRA_DIST = BUGS make-rgb Examples Extras Tests