From f2d9bc87bc87b4ef3cdee081c65ad1c248804edd Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 4 Jul 1999 11:59:42 +0000 Subject: logging via syslog, more error-handling. --- ncpd/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ncpd/Makefile.am') diff --git a/ncpd/Makefile.am b/ncpd/Makefile.am index 4c6ddb7..b966d2a 100644 --- a/ncpd/Makefile.am +++ b/ncpd/Makefile.am @@ -1,6 +1,10 @@ INCLUDES=-I../lib +HERE=$(shell pwd) sbin_PROGRAMS = ncpd -ncpd_LDADD = ../lib/.libs/libplp.so + +ncpd_LDADD = ../lib/libplp.la +#ncpd_LDADD = -L$(HERE)/../lib -L$(HERE)/../lib/.libs -lplp 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 mp_serial.h ncp.h packet.h socketchan.h -- cgit v1.2.3