mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
audio: Fix private header include/dist
We want to dist it, but we don't want to install it. Fixes make dist/distcheck
This commit is contained in:
parent
0adca5a33e
commit
e527cea8d3
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@ libgstaudio_@GST_API_VERSION@include_HEADERS = \
|
|||
gstaudioiec61937.h
|
||||
|
||||
nodist_libgstaudio_@GST_API_VERSION@include_HEADERS = \
|
||||
audio-enumtypes.h \
|
||||
gstaudioutilsprivate.h
|
||||
audio-enumtypes.h
|
||||
|
||||
noinst_HEADERS = gstaudioutilsprivate.h
|
||||
|
||||
libgstaudio_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
$(ORC_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue