plug-ins: link dds plugins against libm
This commit is contained in:
@ -10,6 +10,8 @@ libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
|
|||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
mwindows = -mwindows
|
mwindows = -mwindows
|
||||||
|
else
|
||||||
|
libm = -lm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_WINDRES
|
if HAVE_WINDRES
|
||||||
@ -58,6 +60,7 @@ LDADD = \
|
|||||||
$(libgimpcolor) \
|
$(libgimpcolor) \
|
||||||
$(libgimpmath) \
|
$(libgimpmath) \
|
||||||
$(libgimpbase) \
|
$(libgimpbase) \
|
||||||
|
$(libm) \
|
||||||
$(GTK_LIBS) \
|
$(GTK_LIBS) \
|
||||||
$(GEGL_LIBS) \
|
$(GEGL_LIBS) \
|
||||||
$(RT_LIBS) \
|
$(RT_LIBS) \
|
||||||
|
Reference in New Issue
Block a user