summaryrefslogtreecommitdiff
path: root/docs/plugins/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-08-25 14:43:49 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-08-25 14:43:49 +0100
commit2dd668a7176006c7ed1abe508dcbbadca70475b3 (patch)
treeaf98a3577910c4074cacc52fcc8ef9e36ee818b3 /docs/plugins/Makefile.am
parent8a7079dda9d4c7bae200d7e0324dad8a733946ae (diff)
downloadgstreamer-plugins-bad-2dd668a7176006c7ed1abe508dcbbadca70475b3.tar.gz
docs: move GstPhotography interface docs into the library docs
Now that we have docs for the libs.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r--docs/plugins/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index b093bcfe5..58d1ef76b 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -166,8 +166,7 @@ EXTRA_HFILES = \
$(top_srcdir)/sys/directdraw/gstdirectdrawsink.h \
$(top_srcdir)/sys/dvb/gstdvbsrc.h \
$(top_srcdir)/sys/shm/gstshmsink.h \
- $(top_srcdir)/sys/shm/gstshmsrc.h \
- $(top_srcdir)/gst-libs/gst/interfaces/photography.h
+ $(top_srcdir)/sys/shm/gstshmsrc.h
# Images to copy into HTML directory.
HTML_IMAGES = camerabin.png
@@ -182,7 +181,6 @@ extra_files =
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = -DGST_USE_UNSTABLE_API $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) -I$(top_builddir)
GTKDOC_LIBS = \
- $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \
$(GST_BASE_LIBS)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)