blob: 2d480d089619311fcab6e0de171acf808d3ce0fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- client/Makefile.orig
+++ client/Makefile
@@ -21,7 +21,7 @@
CXXFLAGS+= -DCX88_USE_IIC
.endif
-NO_MAN=
+MAN=
LDADD = -L$(LIBTUNER_LIB) -ltuner_static -lezxml -lpthread -ledit
|