diff options
Diffstat (limited to 'vorbis/vorbis.pc.in')
-rw-r--r-- | vorbis/vorbis.pc.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vorbis/vorbis.pc.in b/vorbis/vorbis.pc.in deleted file mode 100644 index 0eacf66..0000000 --- a/vorbis/vorbis.pc.in +++ /dev/null @@ -1,15 +0,0 @@ -# libvorbis pkg-config source file - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: vorbis -Description: vorbis is the primary Ogg Vorbis library -Version: @VERSION@ -Requires.private: ogg -Conflicts: -Libs: -L${libdir} -lvorbis -Libs.private: -lm -Cflags: -I${includedir} |