From f88f1d0a3539331ca7489f181f80fcf76be4d041 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sun, 23 Jun 2013 09:05:29 +0200 Subject: [PATCH] srtp: Fix dist The enums should not be dist-ed and instead be re-generated when compiling. --- ext/srtp/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/srtp/Makefile.am b/ext/srtp/Makefile.am index fa8384375a..778db02ee4 100644 --- a/ext/srtp/Makefile.am +++ b/ext/srtp/Makefile.am @@ -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