mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
docs/gst/Makefile.am: And remove those libs here.
Original commit message from CVS: * docs/gst/Makefile.am: And remove those libs here.
This commit is contained in:
parent
e8dbc8e01a
commit
1e375c1572
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-04-21 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/gst/Makefile.am:
|
||||
And remove those libs here.
|
||||
|
||||
2008-04-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/libs/Makefile.am:
|
||||
|
|
|
@ -54,9 +54,7 @@ FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html
|
|||
HFILE_GLOB=$(DOC_SOURCE_DIR)/*.h
|
||||
CFILE_GLOB=$(DOC_SOURCE_DIR)/*.c
|
||||
|
||||
SCANOBJ_DEPS = \
|
||||
$(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
|
||||
$(top_builddir)/libs/gst/net/libgstnet-@GST_MAJORMINOR@.la
|
||||
SCANOBJ_DEPS =
|
||||
|
||||
# Header files to ignore when scanning. Use base file name, no paths
|
||||
IGNORE_HFILES= \
|
||||
|
|
Loading…
Reference in a new issue