mirror of https://github.com/GNOME/gimp.git
devel-docs: link app/ docs tools against -lm
This commit is contained in:
parent
08b19a9bbc
commit
9ecdcf01b6
|
@ -51,6 +51,11 @@ GTKDOC_CFLAGS = \
|
|||
-I$(includedir) \
|
||||
-UGTK_DISABLE_SINGLE_INCLUDES
|
||||
|
||||
if OS_WIN32
|
||||
else
|
||||
libm = -lm
|
||||
endif
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
-Wl,-u,$(SYMPREFIX)xcf_init \
|
||||
-Wl,-u,$(SYMPREFIX)internal_procs_init \
|
||||
|
@ -101,7 +106,8 @@ GTKDOC_LIBS = \
|
|||
$(DBUS_GLIB_LIBS) \
|
||||
$(GEGL_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
$(INTLLIBS) \
|
||||
$(libm)
|
||||
|
||||
|
||||
if ENABLE_GTK_DOC_APP
|
||||
|
|
Loading…
Reference in New Issue