mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
fixes uraeus problem
Original commit message from CVS: fixes uraeus problem
This commit is contained in:
parent
fc6ac17dc1
commit
3efb103da4
1 changed files with 3 additions and 1 deletions
|
@ -31,8 +31,10 @@ HFILE_GLOB=$(DOC_SOURCE_DIR)/*.h
|
|||
CFILE_GLOB=$(DOC_SOURCE_DIR)/*.c
|
||||
|
||||
# this is a wingo addition
|
||||
# thomasvs: another nice wingo addition would be an explanation on why
|
||||
# this is useful ;)
|
||||
SCANOBJ_DEPS = $(top_builddir)/gst/elements/libgstelements.la \
|
||||
$(top_builddir)/gst/schedulers/libgstbasicscheduler.la
|
||||
$(top_builddir)/gst/schedulers/libgstbasicomegascheduler.la
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES=
|
||||
|
|
Loading…
Reference in a new issue