summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-09-22 17:37:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-09-22 17:37:42 +0100
commit05917e127dcfd64265ed1da84c54de9c9ea44ac5 (patch)
tree86480c6de455eec9c5ad6f89c21cef95c595e848
parent23feed75455bf5efee64857ffa03af8b4e281208 (diff)
pkgconfig: sctp lib does not depend on external sctp library
So install .pc files unconditionally.
-rw-r--r--pkgconfig/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 4bea82dcd..63a14c2d6 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -20,10 +20,8 @@ pcverfiles_uninstalled = \
gstreamer-bad-audio-@GST_API_VERSION@-uninstalled.pc \
gstreamer-bad-video-@GST_API_VERSION@-uninstalled.pc
-if USE_SCTP
pcverfiles += gstreamer-sctp-@GST_API_VERSION@.pc
pcverfiles_uninstalled += gstreamer-sctp-@GST_API_VERSION@-uninstalled.pc
-endif
all-local: $(pcverfiles) $(pcverfiles_uninstalled)