summaryrefslogtreecommitdiff
blob: 3e52807d267f846a9134c795bb7a22c77513fa6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
http://bugs.gentoo.org/367589
http://bugs.gentoo.org/514748

--- clients/control/Makefile.am
+++ clients/control/Makefile.am
@@ -18,6 +18,7 @@
 
 lash_control_LDADD = \
 	$(top_builddir)/liblash/liblash.la \
-	$(LASH_LIBS) @READLINE_LIBS@
+	$(LASH_LIBS) @READLINE_LIBS@ \
+	$(UUID_LIBS)
 
 endif
--- clients/synth/Makefile.am
+++ clients/synth/Makefile.am
@@ -20,4 +20,5 @@
 	$(JACK_LIBS) \
 	$(ALSA_LIBS) \
 	$(GTK2_LIBS) \
-	-lpthread
+	-lpthread \
+	-lm