aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2000-07-31 22:53:27 +0000
committerFritz Elfert <felfert@to.com>2000-07-31 22:53:27 +0000
commitee5d8c447c36d1798ae2c125a95ead663501d3f3 (patch)
tree97ff6764433733e8db9d37a167d48258aac31502 /ncpd
parent7fb94ed43a814788cda019c1e77314abc1626339 (diff)
downloadplptools-ee5d8c447c36d1798ae2c125a95ead663501d3f3.tar.gz
plptools-ee5d8c447c36d1798ae2c125a95ead663501d3f3.tar.bz2
plptools-ee5d8c447c36d1798ae2c125a95ead663501d3f3.zip
Removed more intermediate files from CVS. Those can be rebuilt by
using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/ncpd/Makefile.am b/ncpd/Makefile.am
index 1c20097..6fc303c 100644
--- a/ncpd/Makefile.am
+++ b/ncpd/Makefile.am
@@ -1,10 +1,13 @@
# $Id$
#
-INCLUDES=-I../lib
+INCLUDES=-I$(top_srcdir)/lib
sbin_PROGRAMS = ncpd
-ncpd_LDADD = ../lib/libplp.la
+ncpd_LDADD = $(top_srcdir)/lib/libplp.la
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
+
+maintainer-clean-local:
+ rm -f Makefile.in