mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
srtp: Fix dist
The enums should not be dist-ed and instead be re-generated when compiling.
This commit is contained in:
parent
0592bcc3c9
commit
f88f1d0a35
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,7 @@ libgstsrtp_la_SOURCES = \
|
||||||
gstsrtpdec.c \
|
gstsrtpdec.c \
|
||||||
gstsrtpdec.h \
|
gstsrtpdec.h \
|
||||||
gstsrtpenc.c \
|
gstsrtpenc.c \
|
||||||
gstsrtpenc.h \
|
gstsrtpenc.h
|
||||||
gstsrtp-enumtypes.c \
|
|
||||||
gstsrtp-enumtypes.h
|
|
||||||
|
|
||||||
libgstsrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SRTP_CFLAGS)
|
libgstsrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SRTP_CFLAGS)
|
||||||
libgstsrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
libgstsrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
@ -28,6 +26,8 @@ glib_gen_prefix=gst_srtp
|
||||||
glib_gen_basename=gstsrtp
|
glib_gen_basename=gstsrtp
|
||||||
|
|
||||||
BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
|
BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
|
||||||
|
nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||||
|
|
Loading…
Reference in a new issue