summaryrefslogtreecommitdiff
blob: e88ac3a26e5364a44ff9bcb7de207fcc82c9b044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -NrU5 wvdial-1.60.orig/Makefile wvdial-1.60/Makefile
--- wvdial-1.60.orig/Makefile	2008-12-14 17:18:25.000000000 +0100
+++ wvdial-1.60/Makefile	2008-12-14 17:20:13.000000000 +0100
@@ -15,10 +15,12 @@
 ifeq ($(PC_LIBS),)
  $(error WvStreams does not appear to be installed)
 endif
 LIBS+=$(PC_LIBS)
 
+wvdial-LIBS+= -luniconf
+
 BINDIR=${prefix}/bin
 MANDIR=${prefix}/share/man
 PPPDIR=${DESTDIR}/etc/ppp/peers
 
 include wvrules.mk