aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>1999-07-05 21:49:50 +0000
committerFritz Elfert <felfert@to.com>1999-07-05 21:49:50 +0000
commit0d9e8aa9e36798fa86628e00a5fe14574152985a (patch)
tree25d130edc9b6642bfbeef8cdcfa593580336ac9c /ncpd
parentd40461a722b92229a2b6ba1f04bd194c9eea422a (diff)
downloadplptools-0d9e8aa9e36798fa86628e00a5fe14574152985a.tar.gz
plptools-0d9e8aa9e36798fa86628e00a5fe14574152985a.tar.bz2
plptools-0d9e8aa9e36798fa86628e00a5fe14574152985a.zip
Removed HERE-Hack.
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/ncpd/Makefile.am b/ncpd/Makefile.am
index e2e9341..1c20097 100644
--- a/ncpd/Makefile.am
+++ b/ncpd/Makefile.am
@@ -2,11 +2,9 @@
#
INCLUDES=-I../lib
-HERE=$(shell pwd)
sbin_PROGRAMS = ncpd
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