summaryrefslogtreecommitdiff
path: root/ipif/Makefile
diff options
context:
space:
mode:
authorian <ian>2000-05-30 18:48:16 +0000
committerian <ian>2000-05-30 18:48:16 +0000
commitf9e59051127e72847e1bee84ad52670e875f7d2f (patch)
tree5c86c195aaeff1e7c4aae4c3f21e0b5aa57f48ab /ipif/Makefile
parent1fb3cba0b41ae774f83c11d2a9c23b12b2c87d1a (diff)
downloaduserv-utils-f9e59051127e72847e1bee84ad52670e875f7d2f.tar.gz
Actual forwarder program compiles apparently ok.
Diffstat (limited to 'ipif/Makefile')
-rw-r--r--ipif/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipif/Makefile b/ipif/Makefile
index 4637bbc..122a72e 100644
--- a/ipif/Makefile
+++ b/ipif/Makefile
@@ -35,7 +35,7 @@ TARGETS= service udptunnel-forwarder
MECHFILES= null pkcs5 timestamp sequence blowfish
MECHOBJS= $(foreach m, $(MECHFILES), mech-$m.o)
-OBJS_FORWARD= forwarder.o $(MECHOBJS) blowfish.o automech.c
+OBJS_FORWARD= forwarder.o $(MECHOBJS) blowfish.o automech.c utils.c
all: $(TARGETS)
@@ -52,5 +52,5 @@ udptunnel-forwarder: $(OBJS_FORWARD)
automech.c automech.h: automechgen.sh Makefile
./$< $(MECHFILES)
-forwarder.o $(MECHOBJS) automech.o: mech.h automech.h
-blowfish.o mech-blowfish.o: blowfish.h
+forwarder.o $(MECHOBJS) automech.o utils.o: forwarder.h automech.h
+blowfish.o mech-blowfish.o: blowfish.h