[Asterisk-cvs] zaptel Makefile,1.34,1.35
malcolmd at lists.digium.com
malcolmd at lists.digium.com
Thu Mar 4 14:22:55 CST 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv3056
Modified Files:
Makefile
Log Message:
Makefile fixes for sethdlc-new and Fedora
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile 20 Feb 2004 17:32:32 -0000 1.34
+++ Makefile 4 Mar 2004 19:14:02 -0000 1.35
@@ -163,6 +163,12 @@
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 .
More information about the svn-commits
mailing list