libtomoe-gtk-0.6.0-underlinking.patch 445 B

12345678910111213141516
  1. diff --git a/test/Makefile.am b/test/Makefile.am
  2. index 4f4206e..4a21629 100644
  3. --- a/test/Makefile.am
  4. +++ b/test/Makefile.am
  5. @@ -42,8 +42,8 @@ LDADDS = \
  6. noinst_PROGRAMS = testtomoegtk testtomoegtkedit
  7. -testtomoegtk_LDADD = $(LDADDS)
  8. +testtomoegtk_LDADD = $(LDADDS) -lm
  9. testtomoegtk_SOURCES = testtomoegtk.c
  10. -testtomoegtkedit_LDADD = $(LDADDS)
  11. +testtomoegtkedit_LDADD = $(LDADDS) -lm
  12. testtomoegtkedit_SOURCES = testtomoegtkedit.c