[xiph-commits] r16845 - trunk/ao
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu Jan 28 11:56:52 PST 2010
Author: xiphmont
Date: 2010-01-28 11:56:52 -0800 (Thu, 28 Jan 2010)
New Revision: 16845
Modified:
trunk/ao/ao.pc.in
Log:
Move lib dependencies to Libs.private in ao.pc
Modified: trunk/ao/ao.pc.in
===================================================================
--- trunk/ao/ao.pc.in 2010-01-28 19:47:19 UTC (rev 16844)
+++ trunk/ao/ao.pc.in 2010-01-28 19:56:52 UTC (rev 16845)
@@ -10,6 +10,7 @@
Version: @VERSION@
Requires:
Conflicts:
-Libs: -L${libdir} -lao @LIBS@
+Libs: -L${libdir} -lao
+Libs.private: @LIBS@
Cflags: -I${includedir}
More information about the commits
mailing list