From 92fe18e074c33b693a48ab9babd4a7fbeb77f0af Mon Sep 17 00:00:00 2001 From: malcolmd Date: Thu, 4 Mar 2004 19:14:02 +0000 Subject: Makefile fixes for sethdlc-new and Fedora git-svn-id: http://svn.digium.com/svn/zaptel/trunk@322 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a4ddfc..641fe3b 100755 --- a/Makefile +++ b/Makefile @@ -163,6 +163,12 @@ ztcat: ztcat.o ztspeed: ztspeed.o $(CC) -o ztspeed ztspeed.o +sethdlc-new: sethdlc-new.o + $(CC) -o sethdlc-new sethdlc-new.o + +sethdlc-new.o: sethdlc-new.c + ($CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c + $(LIBTONEZONE): $(TZOBJS) $(CC) -shared -Wl,-soname,libtonezone.so.1 -lm -o $@ $(TZOBJS) /sbin/ldconfig -n . -- cgit v1.2.3