summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mashal <[email protected]>2012-12-11 04:46:12 -0800
committerDan Mashal <[email protected]>2012-12-11 04:46:12 -0800
commit6e7e083f13184eba0348a457f325cbd65e790aaa (patch)
tree838202fea8e46a76544b09c24c7f9215df185fd0
parentc4694f10a62bd1e85a0639c542c508a774aeba2b (diff)
downloadmate-media-6e7e083f13184eba0348a457f325cbd65e790aaa.tar.bz2
mate-media-6e7e083f13184eba0348a457f325cbd65e790aaa.tar.xz
fix gst-mixer compilation errors the right way
-rw-r--r--gst-mixer/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-mixer/src/Makefile.am b/gst-mixer/src/Makefile.am
index e702eb7..86042a3 100644
--- a/gst-mixer/src/Makefile.am
+++ b/gst-mixer/src/Makefile.am
@@ -37,7 +37,8 @@ noinst_HEADERS = \
mate_volume_control_LDFLAGS = \
$(GVC_ST_LIBS) \
- $(GSTMIXER_LIBS)
+ $(GSTMIXER_LIBS) \
+ -lm
-include $(top_srcdir)/git.mk