mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +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.h \
|
||||
gstsrtpenc.c \
|
||||
gstsrtpenc.h \
|
||||
gstsrtp-enumtypes.c \
|
||||
gstsrtp-enumtypes.h
|
||||
gstsrtpenc.h
|
||||
|
||||
libgstsrtp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(SRTP_CFLAGS)
|
||||
libgstsrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
|
@ -28,6 +26,8 @@ glib_gen_prefix=gst_srtp
|
|||
glib_gen_basename=gstsrtp
|
||||
|
||||
BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h
|
||||
nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||
|
|
Loading…
Reference in a new issue