Commit 26392f16887732cefabe19811b39a86efc0ca32b

Thomas de Grivel 2020-03-25T15:21:07

fix library order

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/Makefile.am b/Makefile.am
index 87bc574..9d8ab7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-
 ACLOCAL_AMFLAGS = -I build-aux/m4
 
 bin_PROGRAMS =
@@ -71,7 +70,7 @@ endif # ENABLE_GTK3
 
 if ENABLE_RTBUF
 bin_PROGRAMS += rtbuf
-rtbuf_LDADD = ${RTBUF_LIBS} librtbuf.la
+rtbuf_LDADD = librtbuf.la ${RTBUF_LIBS}
 rtbuf_SOURCES = \
 	rtbuf_cli.c