summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-08-04 10:47:38 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-08-04 11:03:07 +0100
commitfe098e3aff1af9ecbe48f1cf99ef3b27029ca772 (patch)
treee5017b823f0a37de8a7b32ee4c4132ec08b7508d /Makefile.am
parent7469cd3a4cc96ab6b0585b6abcb07fc2a015b769 (diff)
udp: remove unused marshal and enumtypes files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index c2bba40f3..594ed14b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,19 +46,11 @@ check-torture:
endif
win32-update:
- for f in gst/udp/gstudp-marshal.c \
- gst/udp/gstudp-marshal.h \
- gst/udp/gstudp-enumtypes.c \
- gst/udp/gstudp-enumtypes.h \
- sys/v4l2/tuner-enumtypes.c \
+ for f in sys/v4l2/tuner-enumtypes.c \
sys/v4l2/tuner-enumtypes.h \
sys/v4l2/tuner-marshal.c \
sys/v4l2/tuner-marshal.h; do \
cp $(top_builddir)/$$f win32/common; done
- $(top_srcdir)/common/gst-indent win32/common/gstudp-marshal.c
- $(top_srcdir)/common/gst-indent win32/common/gstudp-marshal.c
- $(top_srcdir)/common/gst-indent win32/common/gstudp-enumtypes.c
- $(top_srcdir)/common/gst-indent win32/common/gstudp-enumtypes.c
$(top_srcdir)/common/gst-indent win32/common/tuner-enumtypes.c
$(top_srcdir)/common/gst-indent win32/common/tuner-enumtypes.c
$(top_srcdir)/common/gst-indent win32/common/tuner-marshal.c