aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
authorThomas Klausner <thomasklausner@users.sourceforge.net>2004-09-08 17:11:48 +0000
committerThomas Klausner <thomasklausner@users.sourceforge.net>2004-09-08 17:11:48 +0000
commit1855b905b16f34fbf8e1655fc72724b4674fe564 (patch)
tree300e9556736c28e207d42fb86e0eddbc2d4bbc8f /ncpd
parent9c0478cbd523e84e9258f7611bcec8e099e32c1f (diff)
downloadplptools-1855b905b16f34fbf8e1655fc72724b4674fe564.tar.gz
plptools-1855b905b16f34fbf8e1655fc72724b4674fe564.tar.bz2
plptools-1855b905b16f34fbf8e1655fc72724b4674fe564.zip
Add $(INTLLIBS) to *_LDADD where missing.
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \