Add in the alac.pc/in file

This commit is contained in:
Mike Brady 2016-07-03 21:17:39 +01:00
parent 4638e582f5
commit 6f4268cee2
2 changed files with 25 additions and 1 deletions

24
codec/alac.pc.in Normal file
View file

@ -0,0 +1,24 @@
# Copyright (c) 2013 Tiancheng "Timothy" Gu
# Modifications copyright (c) 2016 Mike Brady
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Apple Lossless Audio Codec
Description: ALAC library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lalac
Cflags: -I${includedir}

View file

@ -16,7 +16,7 @@ dnl See the License for the specific language governing permissions and
dnl limitations under the License.
AC_PREREQ([2.68])
AC_INIT([alac], [0.0.6], [mikebrady@eircom.net])
AC_INIT([alac], [0.0.7], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([codec/dp_enc.c])
AC_CONFIG_HEADERS([config.h])