X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vlc-config.in;h=687d924eef4a42817ef2bbc93130b626389d9f56;hb=a1f11b40abe3d4706195bd99f06cebcd0b184402;hp=9287997f91b107b5d4674235ebb45cf141e5a527;hpb=bf9b62a4ea50a2ac124711378775c1def87243ca;p=vlc diff --git a/vlc-config.in b/vlc-config.in index 9287997f91..687d924eef 100644 --- a/vlc-config.in +++ b/vlc-config.in @@ -56,7 +56,7 @@ while test $# -gt 0; do ;; --cflags) if test "@includedir@" != /usr/include ; then - includes="-I@includedir@ @vlc_CFLAGS@" + includes="-I@includedir@" fi echo_cflags=yes ;; @@ -80,5 +80,5 @@ if test "$echo_cflags" = "yes"; then echo -I@INCLUDE@ $includes fi if test "$echo_libs" = "yes"; then - echo "-L@libdir@ -lvlc @libvlc_LDFLAGS@" + echo "-L@libdir@ -lvlc @LDFLAGS_libvlc@" fi