lib/Makefile.am: Add 'comedi_la_LIBADD = -lm'
Builds on some systems need the line: comedi_la_LIBADD = -lm in lib/Makefile.am Reported by Jan Banda, using a Linux Mint Petra system with gcc version 4.8.1.
This commit is contained in:
parent
371dcc56e6
commit
f55d30396a
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ libcomedi_la_LDFLAGS = -soname libcomedi \
|
||||||
$(COMEDILIB_LT_LDFLAGS) \
|
$(COMEDILIB_LT_LDFLAGS) \
|
||||||
-Wl,--version-script=$(srcdir)/version_script
|
-Wl,--version-script=$(srcdir)/version_script
|
||||||
|
|
||||||
|
libcomedi_la_LIBADD = -lm
|
||||||
|
|
||||||
$(srcdir)/calib_yacc.c $(srcdir)/calib_yacc.h: $(srcdir)/calib_yacc.y
|
$(srcdir)/calib_yacc.c $(srcdir)/calib_yacc.h: $(srcdir)/calib_yacc.y
|
||||||
$(YACC) -d -p calib_yy -o $(srcdir)/calib_yacc.c $<
|
$(YACC) -d -p calib_yy -o $(srcdir)/calib_yacc.c $<
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue