summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-11 12:36:52 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-11 12:36:58 -0400
commit129176598afd1d760ef5d7864276fc681d40abfd (patch)
treeb0c9683d5f412daa4fe7f97b4953880d67fe553b /Makefile.am
parentd58ba0017be71c37ef4b5a36109c3dd68cc423c3 (diff)
downloadfarstream-129176598afd1d760ef5d7864276fc681d40abfd.tar.gz
Replace FS_MAJORMINOR with FS_APIVERSION
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4d1bbade..f0f81b8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,10 +43,10 @@ check-torture:
true
endif
-pcverfiles = farstream-@FS_MAJORMINOR@.pc
+pcverfiles = farstream-@FS_APIVERSION@.pc
pcinfiles = farstream.pc.in
-%-@FS_MAJORMINOR@.pc: %.pc
+%-@FS_APIVERSION@.pc: %.pc
cp $< $@
pkgconfigdir = $(libdir)/pkgconfig