Restructuring so our libraries can go into a separate libmist project.

This commit is contained in:
Thulinma 2012-07-09 00:15:06 +02:00
parent a71ab0427e
commit 49fe8afb84
9 changed files with 57 additions and 963 deletions

11
lib/mist-1.0.pc.in Normal file
View file

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Mist
Description: Mist Streaming Media Library
Requires: openssl
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lmist-1.0 -lssl -lcrypto
Cflags: -I${includedir}/mist-1.0 -I${libdir}/mist-1.0/include