]> git.sesse.net Git - vlc/blobdiff - vlc-config.in.in
sd: Make most members private.
[vlc] / vlc-config.in.in
index 134cd59d0d3dc5482ce5ed84419d41ef2b0a7f45..e7253236f7689a23dcc47dee79ad4f7d47700508 100644 (file)
@@ -69,13 +69,6 @@ if test $# -eq 0; then
         usage 1 1>&2
 fi
 
-#
-#  No need to include the default @*FLAGS@ values here because they are
-#  automatically added when using $(COMPILE), $(CXXCOMPILE) or $(OBJCCOMPILE)
-#
-if test "@includedir@" != "/usr/include"; then
-  includes="-I@includedir@"
-fi
 if test "${top_builddir}" != ""; then
   top_builddir="${top_builddir}/"
 elif test "${TOP_BUILDDIR}" != ""; then