summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-03 01:30:49 +0000
committerMike Frysinger <vapier@gentoo.org>2009-07-03 01:30:49 +0000
commitebab7f27bba4eb286d4b93da46b9483c298420e1 (patch)
treeeed1d3307fd3b6da5ce7323a063db2150008df48
parent99ddacc48999fc049d610fe1e56c3ef4a4e86f02 (diff)
downloadimlib2-ebab7f27bba4eb286d4b93da46b9483c298420e1.tar.gz
imlib2: bumpmap: link against -lm since we use sin()/cos() functions
SVN revision: 41237
-rw-r--r--src/modules/filters/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/filters/Makefile.am b/src/modules/filters/Makefile.am
index 901419f..cad057b 100644
--- a/src/modules/filters/Makefile.am
+++ b/src/modules/filters/Makefile.am
@@ -19,7 +19,7 @@ testfilter_la_LIBTOOLFLAGS = --tag=disable-static
bumpmap_la_SOURCES = filter_bumpmap.c
bumpmap_la_LDFLAGS = -module -avoid-version
-bumpmap_la_LIBADD = $(top_builddir)/src/lib/libImlib2.la
+bumpmap_la_LIBADD = $(top_builddir)/src/lib/libImlib2.la -lm
bumpmap_la_LIBTOOLFLAGS = --tag=disable-static
colormod_la_SOURCES = filter_colormod.c