mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
libs:base: Fix includedir
This commit is contained in:
parent
6409641130
commit
8250845b47
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS)
|
|||
libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
|
||||
libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LDFLAGS)
|
||||
|
||||
libgstbadbase_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/badbase/
|
||||
libgstbadbase_@GST_API_VERSION@includedir = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/base
|
||||
libgstbadbase_@GST_API_VERSION@include_HEADERS = \
|
||||
gstaggregator.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue