[Pkg-voip-commits] r2947 - pwlib/trunk/debian

Kilian Krause kilian at alioth.debian.org
Fri Jan 5 00:13:25 CET 2007


Author: kilian
Date: 2007-01-05 00:13:24 +0100 (Fri, 05 Jan 2007)
New Revision: 2947

Modified:
   pwlib/trunk/debian/rules
Log:
add bothnoshared compilation to build.


Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2007-01-04 23:05:33 UTC (rev 2946)
+++ pwlib/trunk/debian/rules	2007-01-04 23:13:24 UTC (rev 2947)
@@ -73,7 +73,7 @@
 	
 build-arch-stamp:
 	# first build static and shared...
-	$(MAKE) PWLIBDIR=$(CURDIR) both
+	$(MAKE) PWLIBDIR=$(CURDIR) bothshared bothnoshared
 	# then we ensure that the fresh build works with hello world.
 	# ...in static
 	-$(MAKE) PWLIBDIR=$(CURDIR) -C samples/hello_world/ clean




More information about the Pkg-voip-commits mailing list