aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
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