13 lines
315 B
Diff
13 lines
315 B
Diff
--- ../Makefile.am.orig 2019-07-26 23:06:17.899096875 +0200
|
|
+++ ./Makefile.am 2019-07-26 23:18:44.680264101 +0200
|
|
@@ -43,7 +43,8 @@
|
|
$(LIBMPDCLIENT_LIBS) \
|
|
$(libgthread_LIBS) \
|
|
$(libgcrypt_LIBS) \
|
|
- $(libglib_LIBS)
|
|
+ $(libglib_LIBS) \
|
|
+ -llog
|
|
|
|
AM_CPPFLAGS += -DFILE_CONF='"$(sysconfdir)/mpdscribble.conf"'
|
|
|