summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-04 19:14:02 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-04 19:14:02 +0000
commit92fe18e074c33b693a48ab9babd4a7fbeb77f0af (patch)
treebd24526c35f212eac0928a573bc983041780ef94 /Makefile
parent6af42d9dc8ba1e6309a4a5c9bac367066e2ca87a (diff)
Makefile fixes for sethdlc-new and Fedora
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@322 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 6 insertions, 0 deletions
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 .