Commit acd1f912 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc-plugin.pc: use pkgincludedir

parent 111faffe
......@@ -22,7 +22,6 @@ SUFFIXES = .pc.in .pc
# Headers
###############################################################################
pkgincludedir = $(includedir)/vlc
pluginsincludedir = $(pkgincludedir)/plugins
pkginclude_HEADERS = \
......
......@@ -2,11 +2,12 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
pkgincludedir=@pkgincludedir@
Name: VLC plugin API
Description: VLC media player plugin interface
Version: @VERSION@
Cflags: -I${includedir} -I${includedir}/vlc/plugins \
Cflags: -I${includedir} -I${pkgincludedir}/plugins \
-D_FILE_OFFSET_BITS=64 \
-D__USE_UNIX98 \
-D_LARGEFILE64_SOURCE \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment