mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
... and this one fixes make distcheck for glib2 builds
Original commit message from CVS: ... and this one fixes make distcheck for glib2 builds
This commit is contained in:
parent
a65431489c
commit
dd61460c4a
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ dist-hook:
|
|||
rm -f $(distdir)/gstmarshal.c $(distdir)/gstmarshal.h
|
||||
# Clean generated files
|
||||
distclean-local:
|
||||
rm -f $(builddir)/gstmarshal.c $(builddir)/gstmarshal.h
|
||||
rm -f $(top_builddir)/gst/gstmarshal.c $(top_builddir)/gst/gstmarshal.h
|
||||
|
||||
libgstincludedir = $(includedir)/gst
|
||||
libgstinclude_HEADERS = \
|
||||
|
|
Loading…
Reference in a new issue