From 1855b905b16f34fbf8e1655fc72724b4674fe564 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Wed, 8 Sep 2004 17:11:48 +0000 Subject: Add $(INTLLIBS) to *_LDADD where missing. --- ncpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ncpd') diff --git a/ncpd/Makefile.am b/ncpd/Makefile.am index e09a323..a2a58ae 100644 --- a/ncpd/Makefile.am +++ b/ncpd/Makefile.am @@ -6,7 +6,7 @@ CXXFLAGS = $(THREADED_CXXFLAGS) sbin_PROGRAMS = ncpd -ncpd_LDADD = $(LIB_PLP) -lpthread +ncpd_LDADD = $(LIB_PLP) -lpthread $(INTLLIBS) ncpd_SOURCES = channel.cc link.cc linkchan.cc main.cc \ ncp.cc packet.cc socketchan.cc mp_serial.c EXTRA_DIST = channel.h link.h linkchan.h main.h mp_serial.h ncp.h packet.h \ -- cgit v1.2.3