diff options
author | Dan Mashal <[email protected]> | 2012-12-11 04:46:12 -0800 |
---|---|---|
committer | Dan Mashal <[email protected]> | 2012-12-11 04:46:12 -0800 |
commit | 6e7e083f13184eba0348a457f325cbd65e790aaa (patch) | |
tree | 838202fea8e46a76544b09c24c7f9215df185fd0 /gst-mixer/src | |
parent | c4694f10a62bd1e85a0639c542c508a774aeba2b (diff) | |
download | mate-media-6e7e083f13184eba0348a457f325cbd65e790aaa.tar.bz2 mate-media-6e7e083f13184eba0348a457f325cbd65e790aaa.tar.xz |
fix gst-mixer compilation errors the right way
Diffstat (limited to 'gst-mixer/src')
-rw-r--r-- | gst-mixer/src/Makefile.am | 3 |
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 |