summaryrefslogtreecommitdiff
path: root/media-sound/lash/files/lash-0.5.4-underlinking.patch
blob: 3fa552721c4e72a5d7e7f4d924803d4907161978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/clients/control/Makefile.am b/clients/control/Makefile.am
index d3eaab2..af91a70 100644
--- a/clients/control/Makefile.am
+++ b/clients/control/Makefile.am
@@ -18,6 +18,7 @@ lash_control_CFLAGS = $(LASH_CFLAGS)
 
 lash_control_LDADD = \
 	$(top_builddir)/liblash/liblash.la \
-	$(LASH_LIBS) @READLINE_LIBS@
+	$(LASH_LIBS) @READLINE_LIBS@ \
+	$(UUID_LIBS)
 
 endif
diff --git a/clients/synth/Makefile.am b/clients/synth/Makefile.am
index 59437ce..fe999a0 100644
--- a/clients/synth/Makefile.am
+++ b/clients/synth/Makefile.am
@@ -20,4 +20,5 @@ lash_synth_LDADD = \
 	$(JACK_LIBS) \
 	$(ALSA_LIBS) \
 	$(GTK2_LIBS) \
-	-lpthread
+	-lpthread \
+	-lm