From: Takashi Iwai Date: Tue, 8 Feb 2005 20:30:15 +0000 (+0000) Subject: Fix the include path X-Git-Tag: v1.0.9rc1~32 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c2644837fd7b56bc3db9a9a129a03753edcb69ef;p=alsa-lib.git Fix the include path Fixed the include path. Apps should include like . --- diff --git a/utils/alsa.pc.in b/utils/alsa.pc.in index 66388960..6255baf1 100644 --- a/utils/alsa.pc.in +++ b/utils/alsa.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@/alsa +includedir=@includedir@ Name: alsa Description: Advanced Linux Sound Architecture (ALSA) - Library