summaryrefslogtreecommitdiffstats
path: root/ax25ipd/Makefile.in
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-10-30 10:31:40 +0000
committerThomas Osterried <thomas@osterried.de>2005-10-30 10:31:40 +0000
commitf3a4c67e9091c98596c19784040b88ad446a87cf (patch)
treed200e4c73346a29e72452a2a62e7263b8cdecbeb /ax25ipd/Makefile.in
parent20a2c84a1c4488ae730bcb8c0ae52a12624c1848 (diff)
- tun/tap support for ax25ipd
- fclose() fix in config.c description of tun/tap: added a new fast and efficient link to the linux kernel ax25 stack, via the ethertap interface. ax25 goes directly to the bpqether interface in the kernel via ethertap/tuntap interfaces, which is a much better way than traditional kissattach to a ttyp/ptyp pair.
Diffstat (limited to 'ax25ipd/Makefile.in')
-rw-r--r--ax25ipd/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/ax25ipd/Makefile.in b/ax25ipd/Makefile.in
index 3d1fd23..8f67132 100644
--- a/ax25ipd/Makefile.in
+++ b/ax25ipd/Makefile.in
@@ -108,7 +108,8 @@ ax25ipd_SOURCES = \
ax25ipd.c \
ax25ipd.h \
process.c \
- routing.c
+ routing.c \
+ bpqether.c
# Needed so that install is optional
@@ -129,7 +130,7 @@ PROGRAMS = $(sbin_PROGRAMS)
am_ax25ipd_OBJECTS = config.$(OBJEXT) crc.$(OBJEXT) io.$(OBJEXT) \
kiss.$(OBJEXT) ax25ipd.$(OBJEXT) process.$(OBJEXT) \
- routing.$(OBJEXT)
+ routing.$(OBJEXT) bpqether.$(OBJEXT)
ax25ipd_OBJECTS = $(am_ax25ipd_OBJECTS)
ax25ipd_DEPENDENCIES =
ax25ipd_LDFLAGS =