[Pkg-voip-commits] r958 - rate-engine/branches/upstream/current
Mark Purcell
msp at costa.debian.org
Tue Nov 8 21:21:47 UTC 2005
Author: msp
Date: 2005-11-08 21:21:46 +0000 (Tue, 08 Nov 2005)
New Revision: 958
Modified:
rate-engine/branches/upstream/current/Makefile
Log:
Load /tmp/tmp.a76sOF/rate-engine-0.5.5 into
rate-engine/branches/upstream/current.
Modified: rate-engine/branches/upstream/current/Makefile
===================================================================
--- rate-engine/branches/upstream/current/Makefile 2005-11-08 20:52:48 UTC (rev 957)
+++ rate-engine/branches/upstream/current/Makefile 2005-11-08 21:21:46 UTC (rev 958)
@@ -1,15 +1,18 @@
#
-# Copyright (C) 2003 by Troll Phone Networks AS
+# Copyright (C) 2003, 2004 by Voop as
#
# This program is distributed under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2, or (at your
# option) any later version.
#
-# $Id: Makefile,v 1.11 2004/08/26 16:49:12 tholo Exp $
+# $Id: Makefile,v 1.14 2005/04/04 23:21:09 tholo Exp $
#
DEBUG+= -g -fno-inline-functions
+SOFLAGS+= -shared
+#SOFLAGS+= -dynamic -bundle -undefined suppress -force_flat_namespace
+
CFLAGS+= -O3 -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow \
$(DEBUG) -D_REENTRANT -I/usr/include/pcre
LDFLAGS+= $(DEBUG)
@@ -35,7 +38,7 @@
all: $(MOD)
$(MOD): $(OBJS)
- $(CC) $(LDFLAGS) -shared -o $@ $(OBJS) $(LDLIBS)
+ $(CC) $(LDFLAGS) $(SOFLAGS) -o $@ $(OBJS) $(LDLIBS)
.PHONY: clean
More information about the Pkg-voip-commits
mailing list